diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-21 14:13:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-21 14:17:00 -0400 |
commit | ab4c2207c4b2df84017711e832c9ddef9f9e5e18 (patch) | |
tree | 310731623c7085e414a8498a5a9580cfa88b6c75 /jjb/apex | |
parent | dea2ba2a17dadb60bcb9c6a21642721f6d71f812 (diff) |
Apex: Fix verify blocking with csit
Make apex verify virtual deployment occur on the same node where
apex-verify job is running. Block apex-verify from starting if csit
promote is running.
Change-Id: I86e76232003b509db516e8d78703d43d36456d14
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index f808793fb..f0f99fc78 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -194,7 +194,11 @@ max-per-node: 3 max-total: 10 option: 'project' - + - build-blocker: + use-build-blocker: true + block-level: 'NODE' + blocking-jobs: + - 'apex-.*-promote.*' builders: - description-setter: description: "Built on $NODE_NAME" @@ -245,7 +249,7 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE FUNCTEST_SUITE_NAME=tempest_smoke FUNCTEST_MODE=testcase - node-parameters: false + node-parameters: true kill-phase-on: FAILURE abort-all-job: true git-revision: true |