Updated from global requirements
[functest-xtesting.git] / ci / daily.yaml
1 ---
2 - job-template:
3     name: '{repo}-xtesting-{tag}-pull'
4     builders:
5       - shell: docker pull {repo}/xtesting:{tag}
6
7 - project:
8     name: '{repo}-xtesting-{tag}-pull'
9     jobs:
10       - '{repo}-xtesting-{tag}-pull'
11
12 - job-template:
13     name: '{repo}-xtesting-{tag}-daily'
14     project-type: multijob
15     builders:
16       - multijob:
17           name: pull container
18           projects:
19             - name: '{repo}-xtesting-{tag}-pull'
20       - multijob:
21           name: samples
22           projects:
23             - name: '{repo}-xtesting-first-{tag}-run'
24             - name: '{repo}-xtesting-second-{tag}-run'
25             - name: '{repo}-xtesting-third-{tag}-run'
26             - name: '{repo}-xtesting-fourth-{tag}-run'
27             - name: '{repo}-xtesting-fifth-{tag}-run'
28
29 - project:
30     name: '{repo}-xtesting-{tag}-daily'
31     jobs:
32       - '{repo}-xtesting-{tag}-daily'