diff options
author | 2019-01-14 18:55:57 +0100 | |
---|---|---|
committer | 2019-01-14 19:00:20 +0100 | |
commit | 0f39333c6f028d31d8b630e2a43809eb636d96eb (patch) | |
tree | 7ed015bc33ab95e783c457d99427d799efba6963 /ci/daily.yaml | |
parent | 98e7db309060a74d1d80103905e91fbe340375fd (diff) |
Remove former ci jobs
They can now be generated via the new ansible role.
Change-Id: I6ca1f14873b83a343e00a5d5a75a746ce9d0e6e8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r-- | ci/daily.yaml | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml deleted file mode 100644 index fad26e77..00000000 --- a/ci/daily.yaml +++ /dev/null @@ -1,53 +0,0 @@ ---- -- job-template: - name: '{repo}-functest-kubernetes-{container}-{tag}-pull' - builders: - - shell: docker pull {repo}/functest-kubernetes-{container}:{tag} - -- project: - name: '{repo}-functest-kubernetes-{container}-{tag}-pull' - container: - - healthcheck - - smoke - - features - jobs: - - '{repo}-functest-kubernetes-{container}-{tag}-pull' - -- job-template: - name: '{repo}-functest-kubernetes-{tag}-pull' - project-type: multijob - builders: - - multijob: - name: pull all containers - projects: - - name: '{repo}-functest-kubernetes-healthcheck-{tag}-pull' - - name: '{repo}-functest-kubernetes-smoke-{tag}-pull' - - name: '{repo}-functest-kubernetes-features-{tag}-pull' - -- project: - name: '{repo}-functest-kubernetes-{tag}-pull' - jobs: - - '{repo}-functest-kubernetes-{tag}-pull' - -- job-template: - name: '{repo}-functest-kubernetes-{tag}-daily' - project-type: multijob - builders: - - multijob: - name: pull containers - projects: - - name: '{repo}-functest-kubernetes-{tag}-pull' - - multijob: - name: basics tests - projects: - - name: '{repo}-functest-kubernetes-healthcheck-{tag}-run' - - multijob: - name: advanced tests - projects: - - name: '{repo}-functest-kubernetes-smoke-{tag}-run' - - name: '{repo}-functest-kubernetes-features-{tag}-run' - -- project: - name: '{repo}-functest-kubernetes-{tag}-daily' - jobs: - - '{repo}-functest-kubernetes-{tag}-daily' |