diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-01 22:26:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-02 11:06:27 +0200 |
commit | 2b9cd4490fd4f16c09bb1c13a1cbe74b6662d4d4 (patch) | |
tree | 233cfb06be42d88fdb6b9338a9dff1fa967b04da /ci/run.yaml | |
parent | 4df6d4f7d485970c2f06476bd77ffb925c5d43b3 (diff) |
Publish daily and gating jjbs
Change-Id: I1050741ce34e151be30404275670e83fc2a40d1a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/run.yaml')
-rw-r--r-- | ci/run.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml new file mode 100644 index 00000000..8b8732b5 --- /dev/null +++ b/ci/run.yaml @@ -0,0 +1,20 @@ +--- +- 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' |