aboutsummaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 18:50:35 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 19:05:33 +0100
commit5803aff9f75ecc5df7b8640a268c352498f62166 (patch)
treef33e08efb2dbdcda15cfc822f82d32e4072e498f /ci/daily.yaml
parentb5112b8fa16243802471524428e54beeac4d4a3b (diff)
Remove former ci jobs
They can now be generated via the new ansible role. Change-Id: I7746d08b940e8d6906cb023c39bc87d8dee441cc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 12023f6a1a040c07f805553a1f5c65ab3940d638)
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml66
1 files changed, 0 insertions, 66 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml
deleted file mode 100644
index 29db83d4a..000000000
--- a/ci/daily.yaml
+++ /dev/null
@@ -1,66 +0,0 @@
----
-- job-template:
- name: '{repo}-functest-{container}-{tag}-pull'
- builders:
- - shell: docker pull {repo}/functest-{container}:{tag}
-
-- project:
- name: repo-functest-container-tag-pull
- container:
- - healthcheck
- - smoke
- - benchmarking
- - components
- - vnf
- - features
- jobs:
- - '{repo}-functest-{container}-{tag}-pull'
-
-- functest-pulljobs: &functest-pulljobs
- name: 'functest-pulljobs'
- projects:
- - name: '{repo}-functest-healthcheck-{tag}-pull'
- - name: '{repo}-functest-smoke-{tag}-pull'
- - name: '{repo}-functest-benchmarking-{tag}-pull'
- - name: '{repo}-functest-components-{tag}-pull'
- - name: '{repo}-functest-vnf-{tag}-pull'
- - name: '{repo}-functest-features-{tag}-pull'
-
-- job-template:
- name: '{repo}-functest-{tag}-pull'
- project-type: multijob
- builders:
- - multijob:
- name: pull all containers
- <<: *functest-pulljobs
-
-- project:
- name: repo-functest-tag-pull
- jobs:
- - '{repo}-functest-{tag}-pull'
-
-- job-template:
- name: '{repo}-functest-{tag}-daily'
- project-type: multijob
- builders:
- - multijob:
- name: pull containers
- projects:
- - name: '{repo}-functest-{tag}-pull'
- - multijob:
- name: basics tests
- projects:
- - name: '{repo}-functest-healthcheck-{tag}-run'
- - multijob:
- name: advanced tests
- projects:
- - name: '{repo}-functest-smoke-{tag}-run'
- - name: '{repo}-functest-benchmarking-{tag}-run'
- - name: '{repo}-functest-components-{tag}-run'
- - name: '{repo}-functest-vnf-{tag}-run'
- - name: '{repo}-functest-features-{tag}-run'
-
-- project:
- name: repo-functest-tag-daily
- jobs:
- - '{repo}-functest-{tag}-daily'