diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-25 17:17:38 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-25 17:17:38 +0200 |
commit | 9a166bff6f9831f0337d5e80fe1280977926686c (patch) | |
tree | 4a8694184c7f3e6c6e9eec1241b28c969fa3942e | |
parent | 614aee944d328589adc1d2da888462830dd85fac (diff) |
Stop building functest-tempest
All older releases using it are dropped.
Change-Id: I200315c6131a66afe5e4faa83a3c7d7f036f03f6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest.yaml | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index e86d4d5cc..b734fd053 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -1005,22 +1005,6 @@ - 'functest-{repo}-{container}-{tag}-gate' - project: - name: functest-opnfv-functest-tempest-{tag}-gate - <<: *functest-params - container: functest-tempest - ref_arg: BRANCH - path: docker/tempest - exclude: - - {'tag': 'latest'} - - {'tag': 'xena'} - - {'tag': 'wallaby'} - - {'tag': 'leguer'} - - {'tag': 'kali'} - - {'tag': 'jerma'} - jobs: - - 'functest-{repo}-{container}-{tag}-gate' - -- project: name: functest-opnfv-functest-healthcheck-{tag}-gate <<: *functest-params container: functest-healthcheck @@ -1148,11 +1132,6 @@ - name: 'functest-opnfv-functest-core-{tag}-gate' <<: *functest-jobs - multijob: - name: build opnfv/functest-tempest - projects: - - name: 'functest-opnfv-functest-tempest-{tag}-gate' - <<: *functest-jobs - - multijob: name: build containers projects: - name: 'functest-opnfv-functest-healthcheck-{tag}-gate' @@ -1372,22 +1351,6 @@ - 'functest-{repo}-{container}-{tag}-build' - project: - name: functest-opnfv-functest-tempest-{tag}-build - <<: *functest-params - container: functest-tempest - ref_arg: BRANCH - path: docker/tempest - exclude: - - {'tag': 'latest'} - - {'tag': 'xena'} - - {'tag': 'wallaby'} - - {'tag': 'leguer'} - - {'tag': 'kali'} - - {'tag': 'jerma'} - jobs: - - 'functest-{repo}-{container}-{tag}-build' - -- project: name: functest-opnfv-functest-healthcheck-{tag}-build <<: *functest-params container: functest-healthcheck @@ -1477,11 +1440,6 @@ - name: 'functest-opnfv-functest-core-{tag}-build' <<: *functest-jobs - multijob: - name: build opnfv/functest-tempest - projects: - - name: 'functest-opnfv-functest-tempest-{tag}-build' - <<: *functest-jobs - - multijob: name: build containers projects: - name: 'functest-opnfv-functest-healthcheck-{tag}-build' @@ -1549,13 +1507,6 @@ - 'functest-{repo}-{container}-{tag}-trivy' - project: - name: 'functest-opnfv-functest-tempest-trivy' - <<: *functest-params - container: 'functest-tempest' - jobs: - - 'functest-{repo}-{container}-{tag}-trivy' - -- project: name: 'functest-opnfv-functest-healthcheck-trivy' <<: *functest-params container: 'functest-healthcheck' @@ -1640,13 +1591,6 @@ - 'functest-{repo}-{container}-{tag}-grype' - project: - name: 'functest-opnfv-functest-tempest-grype' - <<: *functest-params - container: 'functest-tempest' - jobs: - - 'functest-{repo}-{container}-{tag}-grype' - -- project: name: 'functest-opnfv-functest-healthcheck-grype' <<: *functest-params container: 'functest-healthcheck' |