From: Cédric Ollivier Date: Mon, 11 Oct 2021 08:30:51 +0000 (+0200) Subject: Fix Functest Xena exclude rules X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F72962%2F1;p=releng.git Fix Functest Xena exclude rules https://build.opnfv.org/ci/job/functest-opnfv-functest-tempest-xena-gate/1/console Change-Id: Ibabf3664dd4b5c76249be6b7957ab037443d9937 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml index 0dd114fa7..a7ee17fe0 100644 --- a/jjb/functest/functest-pi.yaml +++ b/jjb/functest/functest-pi.yaml @@ -393,6 +393,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 @@ -443,6 +451,14 @@ test: networking-sfc - tag: arm-latest test: patrole + - tag: arm-xena + test: refstack_defcore + - tag: arm-xena + test: networking-bgpvpn + - tag: arm-xena + test: networking-sfc + - tag: arm-xena + test: patrole - tag: arm-wallaby test: refstack_defcore - tag: arm-wallaby @@ -493,6 +509,14 @@ test: networking-sfc - tag: arm64-latest test: patrole + - tag: arm64-xena + test: refstack_defcore + - tag: arm64-xena + test: networking-bgpvpn + - tag: arm64-xena + test: networking-sfc + - tag: arm64-xena + test: patrole - tag: arm64-wallaby test: refstack_defcore - tag: arm64-wallaby 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'}