diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-06 07:02:07 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-06 07:02:07 +0200 |
commit | ab5ad58dee26138d22f88f25ec542e5aa8b3eed7 (patch) | |
tree | c690e91a4c60feab59fba7890c7ddd07866f782f /jjb/functest | |
parent | f8ef2e2114b472456e308d2e0bf977c3b9dcc0db (diff) |
Exclude xtesting-mts operations out of master
https://build.opnfv.org/ci/view/xtesting/job/xtesting-hunter-daily/596/
Change-Id: I49857bd0879425756d390f8486b1266a250749b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 433a6ee12..3be44c4be 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -178,6 +178,11 @@ name: 'xtesting-opnfv-xtesting-mts-pull' <<: *xtesting-params container: 'xtesting-mts' + exclude: + - tag: hunter + - tag: iruya + - tag: jerma + - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -201,6 +206,11 @@ name: 'xtesting-opnfv-xtesting-mts-rmi' <<: *xtesting-params container: 'xtesting-mts' + exclude: + - tag: hunter + - tag: iruya + - tag: jerma + - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' |