Use make verify only after its working and not for CSIT builds.
[ci-management.git] / jjb / csit / csit-vpp-honeycomb.yaml
index d96133e..715d2dd 100644 (file)
@@ -1,8 +1,8 @@
 - project:
-    name: csit-honeycomb
-    description: 'CSIT jenkins jobs to test Honeycomb features.'
+    name: csit-hc2vpp
+    description: 'CSIT jenkins jobs to test Hc2vpp features.'
     jobs:
-        - 'csit-honeycomb-functional-{stream}-{os}'
+        - 'csit-hc2vpp-functional-{stream}-{os}'
     project: 'csit'
     branch: 'master'
     branch-id: 'master'
@@ -18,7 +18,7 @@
         - ubuntu1404
 
 - job-template:
-    name: 'csit-honeycomb-functional-{stream}-{os}'
+    name: 'csit-hc2vpp-functional-{stream}-{os}'
 
     project-type: freestyle
     node: verify
         - os-parameter:
             os: '{os}'
 
+    scm:
+        - git-scm:
+            credentials-id: 'jenkins-gerrit-credentials'
+            branch: '{branch}'
+
     wrappers:
         - fdio-infra-wrappers:
             build-timeout: '{build-timeout}'
 
     triggers:
         - reverse:
-            jobs: 'honeycomb-integration-{stream}-{os}'
+            jobs: 'hc2vpp-integration-{stream}-{os}'
             result: 'success'
 
     prebuilders:
@@ -53,7 +58,7 @@
 
     builders:
         - shell:
-            !include-raw-escape: include-raw-csit-honeycomb-functional-virl.sh
+            !include-raw-escape: include-raw-csit-hc2vpp-functional-virl.sh
 
     postbuilders:
         - shell: |