summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: e0e5b7d0590fd0750db4c613e888591941e15500 (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
- job:
    name: cinderclient-dsvm-functional
    parent: legacy-dsvm-base
    run: playbooks/legacy/cinderclient-dsvm-functional/run.yaml
    post-run: playbooks/legacy/cinderclient-dsvm-functional/post.yaml
    timeout: 4200
    voting: false
    required-projects:
      - openstack-infra/devstack-gate
      - openstack/cinder
      - openstack/python-cinderclient

- job:
    name: cinderclient-dsvm-functional-identity-v3-only
    parent: legacy-dsvm-base
    run: playbooks/legacy/cinderclient-dsvm-functional-identity-v3-only/run.yaml
    post-run: playbooks/legacy/cinderclient-dsvm-functional-identity-v3-only/post.yaml
    timeout: 4200
    voting: false
    required-projects:
      - openstack-infra/devstack-gate
      - openstack/cinder
      - openstack/python-cinderclient


- project:
    templates:
      - openstack-python-jobs
      - openstack-python35-jobs
      - openstack-python36-jobs
      - publish-openstack-docs-pti
      - check-requirements
      - lib-forward-testing
      - release-notes-jobs-python3
    check:
      jobs:
        - cinderclient-dsvm-functional
        - cinderclient-dsvm-functional-identity-v3-only
        - openstack-tox-lower-constraints
        - openstack-tox-pylint:
            voting: false
    gate:
      jobs:
        - openstack-tox-lower-constraints
    post:
      jobs:
        - openstack-tox-cover