Merge "HC2VPP-372: Update HC2VPP jobs for bionic"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 21 Feb 2019 16:50:49 +0000 (16:50 +0000)
committerGerrit Code Review <gerrit@fd.io>
Thu, 21 Feb 2019 16:50:50 +0000 (16:50 +0000)
jjb/csit/csit.yaml
jjb/vpp/vpp-macros.yaml
jjb/vpp/vpp.yaml

index aad5508..4ce551b 100644 (file)
@@ -64,9 +64,6 @@
       - master:
           branch: 'master'
           branch-id: 'oper'
-      - '1901':
-          branch: 'rls1901'
-          branch-id: 'oper-rls1901'
     stream:
       - master:
           branch: 'master'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * 1,3,5'
+      - timed: '0 16 * * *'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * 1,3,5'
+      - timed: '0 2,14 * * *'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * 1,3,5'
+      - timed: '0 2,14 * * *'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * 1,3,5'
+      - timed: '0 2,14 * * *'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
index 36cf959..185efe6 100644 (file)
@@ -46,7 +46,7 @@
           server-name: 'Primary'
           trigger-on:
             - comment-added-contains-event:
-                comment-contains-value: 'perftest'
+                comment-contains-value: 'perftest-{node-arch}'
           projects:
             - project-compare-type: 'ANT'
               project-pattern: '{name}'
index 5e8769a..a9fb106 100644 (file)
 - project:
     name: vpp-perpatch
     jobs:
-      - 'vpp-csit-verify-perf-{stream}-2n-skx'
       - 'vpp-csit-verify-device-{stream}-1n-skx'
+      - 'vpp-csit-verify-perf-{stream}-{node-arch}'
     project: 'vpp'
     stream:
       - master:
           branch: 'master'
           repo-stream-part: 'master'
     os: ubuntu1804
+    node-arch:
+      - 2n-skx
+      - 3n-skx
+      - 3n-hsw
 
 - project:
     name: vpp-master-only
           maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'vpp-csit-verify-perf-{stream}-2n-skx'
+    name: 'vpp-csit-verify-perf-{stream}-{node-arch}'
 
     project-type: freestyle
     node: '{os}-us'
       - gerrit-trigger-csit-perftest:
           name: '{project}'
           branch: '{branch}'
+          node-arch: '{node-arch}'
 
     builders:
       - shell: