aboutsummaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 18:57:56 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-14 18:58:48 +0100
commite99101254de40e982857b64160073da6dd9a7ecc (patch)
tree80364f3bb57307e49defc8a5a4fc67a416222a55 /ci/daily.yaml
parentb8a8ff8e94c1a254c8d4becc16e594d39ca660cf (diff)
Remove former ci jobs
They can now be generated via the new ansible role. Change-Id: I4c8fdf209fd4f9fd8b10342a86453ff5e1cb5b09 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 05807a01d3aeb8716bc277e8e6802bad7e5bb3fd)
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml32
1 files changed, 0 insertions, 32 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml
deleted file mode 100644
index 3bf90e4c..00000000
--- a/ci/daily.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-- job-template:
- name: '{repo}-xtesting-{tag}-pull'
- builders:
- - shell: docker pull {repo}/xtesting:{tag}
-
-- project:
- name: '{repo}-xtesting-{tag}-pull'
- jobs:
- - '{repo}-xtesting-{tag}-pull'
-
-- job-template:
- name: '{repo}-xtesting-{tag}-daily'
- project-type: multijob
- builders:
- - multijob:
- name: pull container
- projects:
- - name: '{repo}-xtesting-{tag}-pull'
- - multijob:
- name: samples
- projects:
- - name: '{repo}-xtesting-first-{tag}-run'
- - name: '{repo}-xtesting-second-{tag}-run'
- - name: '{repo}-xtesting-third-{tag}-run'
- - name: '{repo}-xtesting-fourth-{tag}-run'
- - name: '{repo}-xtesting-fifth-{tag}-run'
-
-- project:
- name: '{repo}-xtesting-{tag}-daily'
- jobs:
- - '{repo}-xtesting-{tag}-daily'