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/daily.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/daily.yaml')
-rw-r--r-- | ci/daily.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml new file mode 100644 index 00000000..3bf90e4c --- /dev/null +++ b/ci/daily.yaml @@ -0,0 +1,32 @@ +--- +- 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' |