summaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 18:55:57 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 19:02:05 +0100
commit6f807db0fb2d0c5d6e216909d5bc04baa45b4f2f (patch)
tree0477e569ba311952944112c5fdcd6e6c36cddc0f /ci/daily.yaml
parent128d43759dcf0f00b5bc2832179f0ce827a52d01 (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> (cherry picked from commit 0f39333c6f028d31d8b630e2a43809eb636d96eb)
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml53
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'