From 519d10316417eb5e5c1ea3c9c296bb48cc8eb86d Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 16 May 2021 19:36:43 +0200 Subject: [PATCH] Exclude functest-tempest if wallaby MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia75453dcd10cbf3d31974fba228a4b063291f0b4 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 5c186f50d..44b987f7f 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -844,6 +844,7 @@ path: docker/tempest exclude: - {'tag': 'latest'} + - {'tag': 'wallaby'} - {'tag': 'leguer'} - {'tag': 'kali'} - {'tag': 'jerma'} @@ -1210,6 +1211,7 @@ path: docker/tempest exclude: - {'tag': 'latest'} + - {'tag': 'wallaby'} - {'tag': 'leguer'} - {'tag': 'kali'} - {'tag': 'jerma'} -- 2.16.6