aboutsummaryrefslogtreecommitdiffstats
path: root/ci/run.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:59:18 +0100
commitb30e52c53532c3e30ef01f8450e58eed0fcec546 (patch)
treeb11ad171409e4539f6d05e62b6eafc323823b2a8 /ci/run.yaml
parent5fd044e66cc8c0f0b002769db2c68be55c7ebb2d (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/run.yaml')
-rw-r--r--ci/run.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
deleted file mode 100644
index 8b8732b5..00000000
--- a/ci/run.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-- job-template:
- name: '{repo}-xtesting-{test}-{tag}-run'
- defaults: 'xtesting-defaults'
- builders:
- - shell: |
- docker run \
- -v {prefix}/results/$JOB_NAME-$BUILD_ID:/var/lib/xtesting/results \
- {repo}/xtesting:{tag} run_tests -t {test}
-
-- project:
- name: '{repo}-xtesting-{test}-{tag}-run'
- test:
- - first
- - second
- - third
- - fourth
- - fifth
- jobs:
- - '{repo}-xtesting-{test}-{tag}-run'