summaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
blob: ee6afb26d1631cf276280feba6f22d0a730b2518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
- job-template:
    name: '{repo}-{container}-{tag}-pull'
    builders:
      - shell: docker pull {repo}/{container}:{tag}

- project:
    name: '{repo}-{container}-{tag}-pull'
    container:
      - functest-healthcheck
      - functest-smoke
      - functest-components
      - functest-vnf
      - functest-features
      - functest-parser
    jobs:
      - '{repo}-{container}-{tag}-pull'

- job-template:
    name: '{repo}-functest-{tag}-pull'
    project-type: multijob
    builders:
      - multijob:
          name: pull all containers
          projects:
            - name: '{repo}-functest-healthcheck-{tag}-pull'
            - name: '{repo}-functest-smoke-{tag}-pull'
            - name: '{repo}-functest-components-{tag}-pull'
            - name: '{repo}-functest-vnf-{tag}-pull'
            - name: '{repo}-functest-features-{tag}-pull'
            - name: '{repo}-functest-parser-{tag}-pull'

- project:
    name: '{repo}-functest-{tag}-pull'
    jobs:
      - '{repo}-functest-{tag}-pull'

- job-template:
    name: '{repo}-functest-{tag}-daily'
    project-type: multijob
    builders:
      - multijob:
          name: pull containers
          projects:
            - name: '{repo}-functest-{tag}-pull'
      - multijob:
          name: basics tests
          projects:
            - name: '{repo}-functest-healthcheck-{tag}-run'
      - multijob:
          name: advanced tests
          projects:
            - name: '{repo}-functest-smoke-{tag}-run'
            - name: '{repo}-functest-components-{tag}-run'
            - name: '{repo}-functest-vnf-{tag}-run'
            - name: '{repo}-functest-features-{tag}-run'
            - name: '{repo}-functest-parser-{tag}-run'

- project:
    name: '{repo}-functest-{tag}-daily'
    jobs:
      - '{repo}-functest-{tag}-daily'