From 6f807db0fb2d0c5d6e216909d5bc04baa45b4f2f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 14 Jan 2019 18:55:57 +0100 Subject: Remove former ci jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They can now be generated via the new ansible role. Change-Id: I6ca1f14873b83a343e00a5d5a75a746ce9d0e6e8 Signed-off-by: Cédric Ollivier (cherry picked from commit 0f39333c6f028d31d8b630e2a43809eb636d96eb) --- ci/daily.yaml | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 ci/daily.yaml (limited to 'ci/daily.yaml') 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' -- cgit 1.2.3-korg