From f0b74187ee9e26a6b0be9976b1c5d35d9c96523b Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 6 Jul 2019 09:32:53 +0200 Subject: [PATCH] Exclude latest rally_full and rally_jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Rally is sometimes failing when running vs python3. It will be excluded during the investigation to allow checking changes and containers. Change-Id: Ifbd02629e618b9a6969b321b4862fc76df3f3bc5 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 8fe365958..41b0f71e2 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -304,6 +304,11 @@ - rally_jobs - vmtp - shaker + exclude: + - tag: latest + test: rally_full + - tag: latest + test: rally_jobs jobs: - 'functest-{repo}-{container}-{tag}-{test}-run' -- 2.16.6