From 39bb3f4a8bb03cd157f93bed2ae334417bcff011 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 2 Feb 2017 09:40:56 -0500 Subject: [PATCH] Apex: fixes missing declaration for csit promote job Also adds some extra blocking. Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index b9a387c55..e1d9cd430 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -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) @@ -235,6 +236,7 @@ blocking-jobs: - 'apex-daily.*' - 'apex-verify.*' + - 'apex-csit.*' builders: - trigger-builds: @@ -486,6 +488,7 @@ - 'apex-deploy.*' - 'apex-build.*' - 'apex-runner.*' + - 'apex-csit.*' triggers: - 'apex-{stream}' @@ -726,14 +729,12 @@ 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}' @@ -746,6 +747,7 @@ - 'apex-deploy.*' - 'apex-build.*' - 'apex-runner.*' + - 'apex-daily.*' triggers: - timed: '0 12 * * 0' -- 2.16.6