From 6a4f123e622a80d4a19f7428809fedb89893c1ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 22 Jul 2019 11:10:27 +0200 Subject: [PATCH] Exclude behave tests from hunter and iruya MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For the time being, it's only part of master [1] [1] https://gerrit.opnfv.org/gerrit/#/c/68206/ Change-Id: I7c8baf4bd178668c99f15029eb425e63c3a3b5a2 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 0c3d3bcf8..c22056145 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -186,6 +186,11 @@ - fourth - fifth - sixth + exclude: + - tag: hunter + test: sixth + - tag: iruya + test: sixth jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' -- 2.16.6