From: Cédric Ollivier Date: Tue, 9 Feb 2021 18:45:57 +0000 (+0100) Subject: Update Xtesting Hunter and Iruya gates X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F71919%2F1;p=releng.git Update Xtesting Hunter and Iruya gates Change-Id: I2699ec444189eaf311bd7c2028c87a4d64e5ebd4 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 3b3ffa7b9..451b87006 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -146,12 +146,7 @@ else build_arg="--build-arg {ref_arg}={ref}" fi - case {tag} in - *latest|*leguer|*kali|*jerma) - cd {path};; - *) - cd docker;; - esac + cd {path};; sudo docker build $build_arg \ --pull=false --no-cache --force-rm=true \ -t $image . @@ -185,9 +180,6 @@ name: 'xtesting-opnfv-xtesting-mts-pull' <<: *xtesting-params container: 'xtesting-mts' - exclude: - - tag: hunter - - tag: iruya jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -211,9 +203,6 @@ name: 'xtesting-opnfv-xtesting-mts-rmi' <<: *xtesting-params container: 'xtesting-mts' - exclude: - - tag: hunter - - tag: iruya jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' @@ -243,9 +232,6 @@ - sixth privileged: 'false' network: bridge - exclude: - - {'tag': 'hunter', 'test': 'sixth'} - - {'tag': 'iruya', 'test': 'sixth'} jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' @@ -257,9 +243,6 @@ - seventh privileged: 'false' network: bridge - exclude: - - {'tag': 'hunter', 'test': 'seventh'} - - {'tag': 'iruya', 'test': 'seventh'} jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' @@ -472,9 +455,6 @@ container: xtesting-mts ref_arg: BRANCH path: docker/mts - exclude: - - tag: hunter - - tag: iruya jobs: - 'xtesting-{repo}-{container}-{tag}-gate' @@ -610,9 +590,6 @@ container: xtesting-mts ref_arg: BRANCH path: docker/mts - exclude: - - tag: hunter - - tag: iruya jobs: - 'xtesting-{repo}-{container}-{tag}-build' @@ -686,9 +663,6 @@ name: 'xtesting-opnfv-xtesting-mts-trivy' <<: *xtesting-params container: 'xtesting-mts' - exclude: - - tag: hunter - - tag: iruya jobs: - 'xtesting-{repo}-{container}-{tag}-trivy'