diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-11 10:30:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-11 10:30:51 +0200 |
commit | fc29e71adbed054b577addba5df7ef269342bca3 (patch) | |
tree | 5457ddf3d4c96bddf9805bc60374f4f7b3d504c0 /jjb | |
parent | 5830dd08682e4cf574517dcc807a279dfc3088d1 (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-pi.yaml | 24 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 10 |
2 files changed, 34 insertions, 0 deletions
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'} |