Apex: fixes missing declaration for csit promote job 11/27911/3
authorTim Rozet <trozet@redhat.com>
Thu, 2 Feb 2017 14:40:56 +0000 (09:40 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 2 Feb 2017 14:51:49 +0000 (09:51 -0500)
Also adds some extra blocking.

Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index b9a387c..e1d9cd4 100644 (file)
@@ -12,6 +12,7 @@
         - 'apex-daily-colorado'
         - 'apex-build-colorado'
         - 'apex-deploy-baremetal-os-odl_l2-fdio-ha-colorado'
+        - 'apex-csit-promote-daily-{stream}'
 
     # stream:    branch with - in place of / (eg. stable-arno)
     # branch:    branch (eg. stable/arno)
             blocking-jobs:
                 - 'apex-daily.*'
                 - 'apex-verify.*'
+                - 'apex-csit.*'
 
     builders:
         - trigger-builds:
                 - 'apex-deploy.*'
                 - 'apex-build.*'
                 - 'apex-runner.*'
+                - 'apex-csit.*'
 
     triggers:
         - 'apex-{stream}'
     disabled: false
 
     scm:
-        - git-scm:
-            credentials-id: '{ssh-credentials}'
-            refspec: ''
-            branch: '{branch}'
+        - git-scm
 
     parameters:
         - project-parameter:
             project: '{project}'
+            branch: '{branch}'
         - apex-parameter:
             gs-pathname: '{gs-pathname}'
 
                 - 'apex-deploy.*'
                 - 'apex-build.*'
                 - 'apex-runner.*'
+                - 'apex-daily.*'
 
     triggers:
         - timed: '0 12 * * 0'