aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvconfig/validation/hardware.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-10sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server ...not4win1-0/+214
>47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
---
- job-template:
    name: '{repo}-functest-{container}-{tag}-pull'
    builders:
      - shell: docker pull {repo}/functest-{container}:{tag}

- project:
    name: '{repo}-functest-{container}-{tag}-pull'
    container:
      - healthcheck
      - smoke
      - benchmarking
      - components
      - vnf
      - features
    jobs:
      - '{repo}-functest-{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-benchmarking-{tag}-pull'
            - name: '{repo}-functest-components-{tag}-pull'
            - name: '{repo}-functest-vnf-{tag}-pull'
            - name: '{repo}-functest-features-{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-benchmarking-{tag}-run'
            - name: '{repo}-functest-components-{tag}-run'
            - name: '{repo}-functest-vnf-{tag}-run'
            - name: '{repo}-functest-features-{tag}-run'

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