diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:45:57 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:45:57 +0100 |
commit | 68073cbd21ebf04f7f899668c8af9a51caeadbe2 (patch) | |
tree | 89942ff446bb631212b5232dc6420bbfe73601a0 /jjb/functest | |
parent | 6938d76e3081a059ddb342d3a4c186d404d0446b (diff) |
Update Xtesting Hunter and Iruya gates
Change-Id: I2699ec444189eaf311bd7c2028c87a4d64e5ebd4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 28 |
1 files changed, 1 insertions, 27 deletions
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' |