Apex: adds nosdn ovs dpdk scenario to daily 79/19079/1
authorTim Rozet <trozet@redhat.com>
Fri, 19 Aug 2016 15:30:00 +0000 (11:30 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 19 Aug 2016 15:30:00 +0000 (11:30 -0400)
Change-Id: I14524233a88dc6937456da79cd435768bacecfc8
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 1655dc4..4650fcd 100644 (file)
@@ -55,6 +55,7 @@
          - 'os-nosdn-nofeature-noha'
          - 'os-nosdn-nofeature-ha'
          - 'os-nosdn-nofeature-ha-ipv6'
+         - 'os-nosdn-ovs-noha'
          - 'os-nosdn-fdio-noha'
          - 'os-odl_l2-nofeature-ha'
          - 'os-odl_l2-bgpvpn-ha'
             block-thresholds:
                 build-step-failure-threshold: 'never'
             block: true
+        - trigger-builds:
+          - project: 'apex-deploy-baremetal-os-nosdn-ovs-noha-{stream1}'
+            predefined-parameters: |
+              BUILD_DIRECTORY=apex-build-{stream1}/build
+              OPNFV_CLEAN=yes
+            git-revision: true
+            same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
+            block: true
+        - trigger-builds:
+          - project: 'functest-apex-{daily-slave}-daily-{stream1}'
+            predefined-parameters:
+              DEPLOY_SCENARIO=os-nosdn-ovs-noha
+            block: true
+            same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
+                failure-threshold: 'never'
+                unstable-threshold: 'FAILURE'
+        - trigger-builds:
+          - project: 'yardstick-apex-{slave}-daily-{stream1}'
+            predefined-parameters:
+              DEPLOY_SCENARIO=os-nosdn-ovs-noha
+            block: true
+            same-node: true
+            block-thresholds:
+                build-step-failure-threshold: 'never'
+                failure-threshold: 'never'
+                unstable-threshold: 'FAILURE'
 
 - job-template:
     name: 'apex-gs-clean-{stream}'