From 1fb593c79d1b5523f94a3930bd76fa6e12e24805 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 21 Jul 2020 03:00:50 +0200 Subject: Run tempest_full by itself MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie842ab6a62e555afff4934aa2ae8d67441c64bc0 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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}' -- cgit 1.2.3-korg