From fc29e71adbed054b577addba5df7ef269342bca3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 11 Oct 2021 10:30:51 +0200 Subject: Fix Functest Xena exclude rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/job/functest-opnfv-functest-tempest-xena-gate/1/console Change-Id: Ibabf3664dd4b5c76249be6b7957ab037443d9937 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jjb/functest/functest.yaml') diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index a166f8cc5..a894b0a28 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -381,6 +381,14 @@ test: networking-sfc - tag: latest test: patrole + - tag: xena + test: refstack_defcore + - tag: xena + test: networking-bgpvpn + - tag: xena + test: networking-sfc + - tag: xena + test: patrole - tag: wallaby test: refstack_defcore - tag: wallaby @@ -1036,6 +1044,7 @@ path: docker/tempest exclude: - {'tag': 'latest'} + - {'tag': 'xena'} - {'tag': 'wallaby'} - {'tag': 'leguer'} - {'tag': 'kali'} @@ -1404,6 +1413,7 @@ path: docker/tempest exclude: - {'tag': 'latest'} + - {'tag': 'xena'} - {'tag': 'wallaby'} - {'tag': 'leguer'} - {'tag': 'kali'} -- cgit 1.2.3-korg