summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 13:32:21 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 13:32:21 +0100
commitf4df916e75a6e70331f5b7a98d00fcec7b84c667 (patch)
tree20e700f188baf5883240082a60aeae05d200e1e0 /jjb/functest/xtesting.yaml
parent21865851bb0e798c0ba70e5f33f5e455967c02fa (diff)
Manage test case exclude via XtestingCI
Change-Id: I6fb60117ae05f3e14d26174a693b0b6fca98a532 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r--jjb/functest/xtesting.yaml18
1 files changed, 6 insertions, 12 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index 88b2cfbe3..294dbb7b2 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -248,10 +248,8 @@
privileged: 'false'
network: bridge
exclude:
- - tag: hunter
- test: sixth
- - tag: iruya
- test: sixth
+ - {'tag': 'hunter', 'test': 'sixth'}
+ - {'tag': 'iruya', 'test': 'sixth'}
jobs:
- 'xtesting-{repo}-{container}-{tag}-{test}-run'
@@ -264,14 +262,10 @@
privileged: 'false'
network: bridge
exclude:
- - tag: hunter
- test: seventh
- - tag: iruya
- test: seventh
- - tag: jerma
- test: seventh
- - tag: kali
- test: seventh
+ - {'tag': 'hunter'}
+ - {'tag': 'iruya'}
+ - {'tag': 'jerma'}
+ - {'tag': 'kali'}
jobs:
- 'xtesting-{repo}-{container}-{tag}-{test}-run'