diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-02 09:40:56 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-02 09:51:49 -0500 |
commit | 39bb3f4a8bb03cd157f93bed2ae334417bcff011 (patch) | |
tree | 70b1c40fea006612ba84c819499d229d8fc4a6b7 | |
parent | f0d232de42ae7f27d81cf7298e2b86b0f4f28726 (diff) |
Apex: fixes missing declaration for csit promote job
Also adds some extra blocking.
Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 10 |
1 files 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' |