diff options
-rw-r--r-- | jjb/functest/xtesting.yaml | 18 |
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' |