diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-21 03:00:50 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-21 03:05:11 +0200 |
commit | 1fb593c79d1b5523f94a3930bd76fa6e12e24805 (patch) | |
tree | 177a3f468bfed91986a8a3a2e51edb3b2521258d /jjb/functest | |
parent | e917daaab368f60660fd29c28ed18da0a52bbaf4 (diff) |
Run tempest_full by itself
Change-Id: Ie842ab6a62e555afff4934aa2ae8d67441c64bc0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index c7735a69f..2b8994d37 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -276,6 +276,13 @@ - job-template: name: 'functest-{repo}-{container}-{tag}-{test}-run' + properties: + - build-blocker: + use-build-blocker: true + blocking-level: 'NODE' + blocking-jobs: + - '^functest-{repo}-{container}-{tag}-tempest_full-run$' + - '^functest-{repo}-{container}-{tag}-tempest_full_cntt-run$' parameters: - functest-slave: slave: '{slave}' |