Remove standard csit jobs from Zuul. 58/558/2
authorStefan Kobza <skobza@cisco.com>
Thu, 17 Mar 2016 17:50:27 +0000 (18:50 +0100)
committerStefan Kobza <skobza@cisco.com>
Thu, 17 Mar 2016 17:58:12 +0000 (18:58 +0100)
Until OpenStack issues with L2 transparency are resolved, make csit
jobs Jenkins triggered again.

Change-Id: Ie82357275b91804e64a194a8de5c51acf9c27743
Signed-off-by: Stefan Kobza <skobza@cisco.com>
jjb/csit/csit-vpp-functional.yaml
zuul/layout.yaml

index 3b12621..d4d277f 100644 (file)
@@ -15,8 +15,8 @@
     name: 'csit-vpp-functional-virl'
 
     project-type: freestyle
-    node: verify_merge
-    concurrent: false
+    node: verify
+    concurrent: true
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     scm:
-        - zuul-trigger-scm:
+        - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            refspec: '$ZUUL_REF'
-            commit: '$ZUUL_COMMIT'
+            refspec: '$GERRIT_REFSPEC'
+            choosing-strategy: 'gerrit'
 
     wrappers:
         - ssh-agent-credentials:
             users:
                 - '{ssh-credentials}'
 
+    triggers:
+        - gerrit-trigger-patch-submitted:
+            name: '{project}'
+            branch: '{branch}'
+
     builders:
         - shell:
             !include-raw-escape include-raw-csit-vpp-functional-virl.sh
@@ -50,7 +55,7 @@
     name: 'csit-vpp-functional-hw-tb2'
 
     project-type: freestyle
-    node: verify_merge
+    node: verify
     concurrent: false
 
     logrotate:
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     scm:
-        - zuul-trigger-scm:
+        - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
-            refspec: '$ZUUL_REF'
-            commit: '$ZUUL_COMMIT'
+            refspec: '$GERRIT_REFSPEC'
+            choosing-strategy: 'gerrit'
 
     wrappers:
         - ssh-agent-credentials:
             users:
                 - '{ssh-credentials}'
 
+    triggers:
+        - gerrit-trigger-manually-triggered:
+            name: '{project}'
+            branch: '{branch}'
+            comment-trigger-value: 'hw-perf-check'
+
     builders:
         - shell:
             !include-raw-escape jjb/csit/include-raw-csit-vpp-functional-hw-tb2.sh
index 993f999..7d46e50 100644 (file)
@@ -115,10 +115,10 @@ projects:
       - ci-management-merge-nodepool
 
   - name: csit
-    csit-manual-perf:
-      - csit-vpp-functional-hw-tb2
+#    csit-manual-perf:
+#      - csit-vpp-functional-hw-tb2
     check:
-      - csit-vpp-functional-virl
+#      - csit-vpp-functional-virl
       - csit-vpp-functional-nodepool
 
 #  - name: honeycomb