diff options
Diffstat (limited to 'ci/run.yaml')
-rw-r--r-- | ci/run.yaml | 20 |
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' |