diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 18:31:38 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 18:31:38 +0100 |
commit | 006406f29ec335ac3259b9119ae1c904b2ce9d87 (patch) | |
tree | d6e3ddc8efcc051b451d832fcea231201ffec05b /jjb/functest | |
parent | f4df916e75a6e70331f5b7a98d00fcec7b84c667 (diff) |
Update Xtesting gates (mts was backported)
Change-Id: I32f1c23fb3008d79c8c0649642103bfbcb129e06
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 294dbb7b2..3b3ffa7b9 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -147,7 +147,7 @@ build_arg="--build-arg {ref_arg}={ref}" fi case {tag} in - *latest|*leguer) + *latest|*leguer|*kali|*jerma) cd {path};; *) cd docker;; @@ -188,8 +188,6 @@ exclude: - tag: hunter - tag: iruya - - tag: jerma - - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -216,8 +214,6 @@ exclude: - tag: hunter - tag: iruya - - tag: jerma - - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' @@ -262,10 +258,8 @@ privileged: 'false' network: bridge exclude: - - {'tag': 'hunter'} - - {'tag': 'iruya'} - - {'tag': 'jerma'} - - {'tag': 'kali'} + - {'tag': 'hunter', 'test': 'seventh'} + - {'tag': 'iruya', 'test': 'seventh'} jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' @@ -481,8 +475,6 @@ exclude: - tag: hunter - tag: iruya - - tag: jerma - - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-gate' @@ -621,8 +613,6 @@ exclude: - tag: hunter - tag: iruya - - tag: jerma - - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-build' @@ -691,6 +681,7 @@ container: 'xtesting' jobs: - 'xtesting-{repo}-{container}-{tag}-trivy' + - project: name: 'xtesting-opnfv-xtesting-mts-trivy' <<: *xtesting-params @@ -698,8 +689,6 @@ exclude: - tag: hunter - tag: iruya - - tag: jerma - - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-trivy' |