Add a job to run the STC Trellis HAG scenario
Change-Id: I3662a8ce17102fc54fb18fe5f230a8c2bdff0c11
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index 5231c54..b60be92 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -461,6 +461,18 @@
- shell: !include-raw-escape: onos-run-stc.sh
+- job-template:
+ name: 'onos-{stream}-stc-hag-verify'
+
+ <<: *job_boiler_plate
+ # yamllint disable-line rule:key-duplicates
+ <<: *hourly_boiler_plate
+
+ builders:
+ #put shell scripts in file then make sure shell check is installed on verify vms
+ - shell: !include-raw-escape: onos-run-stc-hag.sh
+
+
- project:
name: onos
project-name: onos
@@ -624,3 +636,19 @@
jobs:
- 'onos-{stream}-stc-verify'
+
+- project:
+ name: onos-stc-hag-verify
+ project-name: onos-stc-hag-verify
+ project: onos
+
+ build-timeout: '30'
+ build-node: 'ubuntu16.04-basebuild-8c-15g'
+
+ stream:
+ - 'master'
+ - 'onos-1.13'
+ - 'onos-1.12'
+
+ jobs:
+ - 'onos-{stream}-stc-hag-verify'