From ab5ad58dee26138d22f88f25ec542e5aa8b3eed7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 6 Aug 2020 07:02:07 +0200 Subject: Exclude xtesting-mts operations out of master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/view/xtesting/job/xtesting-hunter-daily/596/ Change-Id: I49857bd0879425756d390f8486b1266a250749b7 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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' -- cgit 1.2.3-korg