Remove obsolete GUI unit tests

Change-Id: I33af2c51410fbf10c5b1f0f24f2050633632681b
diff --git a/jjb/onos/onos-gui-verify.sh b/jjb/onos/onos-gui-verify.sh
deleted file mode 100644
index ac91b67..0000000
--- a/jjb/onos/onos-gui-verify.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash -ex
-
-# exit on errors
-set -eu -o pipefail
-
-ONOS_ROOT=`pwd`
-. tools/build/envDefaults
-
-cd web/gui/src/main/webapp/tests && npm install && npm run test
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index 049303d..07b2e76 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -399,27 +399,6 @@
     #put shell scripts in file then make sure shell check is installed on verify vms
       - shell: !include-raw-escape: onos-loxi-verify.sh
 
-# workaround for lack of parameter expansion support in shell: (see above)
-- job-template:
-    #default name is global
-    name: 'onos-gui-{stream}-verify'
-
-    # Job template for Java verify jobs
-    #
-    # The purpose of this job templte is to run "maven clean install" for
-    # projects using this template.
-    #
-    # Required Variables:
-    #    branch:   git branch (eg. master)
-
-    <<: *job_boiler_plate
-    # yamllint disable-line rule:key-duplicates
-    <<: *verify_boiler_plate
-
-    builders:
-    #put shell scripts in file then make sure shell check is installed on verify vms
-      - shell: !include-raw-escape: onos-gui-verify.sh
-
 - job-template:
     #default name is global
     name: 'onos-{stream}-release-build-verify'
@@ -612,32 +591,6 @@
       - '{project-name}-{stream}-bazel-verify'
 
 - project:
-    name: onos-gui
-    project-name: onos-gui
-    project: onos
-
-    build-timeout: '30'
-    build-node: 'ubuntu16.04-basebuild-8c-15g'
-
-    stream:
-      - 'master'
-      - 'onos-1.10'
-      - 'onos-1.11'
-      - 'onos-1.12'
-      - 'onos-1.13'
-      - 'onos-1.14'
-      - 'onos-1.15'
-      - 'onos-2.0'
-      - 'onos-2.1'
-      - 'onos-2.2'
-      - 'onos-2.3'
-      - 'onos-2.4'
-
-
-    jobs:
-      - 'onos-gui-{stream}-verify'
-
-- project:
     name: onos-yang-tools
     project-name: onos-yang-tools
     project: onos-yang-tools