Switch toolchain_test-verify to using zuul 54/254/1
authorAndrew Grimberg <[email protected]>
Mon, 8 Feb 2016 23:03:21 +0000 (15:03 -0800)
committerAndrew Grimberg <[email protected]>
Mon, 8 Feb 2016 23:03:21 +0000 (15:03 -0800)
Change-Id: Icf49effa5ca4a7eb75d15a93bd504dbc21d3bc17
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/toolchain_test/toolchain_test-custom.yaml

index 7609678..527b708 100644 (file)
             branch: '{branch}'
 
     scm:
-        - gerrit-trigger-scm:
+        - git:
             credentials-id: '{ssh-credentials}'
-            refspec: '$GERRIT_REFSPEC'
-            choosing-strategy: 'gerrit'
+            url: '$ZUUL_URL/$ZUUL_PROJECT'
+            refspec: '$ZUUL_REF'
+            branches:
+              - 'origin/$ZUUL_BRANCH'
+            skip-tag: true
+            wipe-workspace: true
 
     wrappers:
         - ssh-agent-credentials:
             users:
                 - '{ssh-credentials}'
 
-    triggers:
-        - gerrit-trigger-patch-submitted:
-            name: '{project}'
-            branch: '{branch}'
-
     builders:
         - shell:
             !include-raw-escape include-raw-toolchain_test-build.sh