summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: 3d0908f1b7f54a33b35d3a98bc5e0fcfbf9b036f (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
- job:
    name: pbr-installation-openstack-base
    timeout: 5400
    description: |
      Base job for pbr jobs that install openstack packages with current
      pbr. This ensures we don't break our ability to install openstack.
    required-projects:
      # TODO update this list with current active python projects
      - openstack/pbr
      - openstack/tripleo-ci
      - openstack/aodh
      - openstack/automaton
      - openstack/ceilometer
      - openstack/ceilometermiddleware
      - openstack/cinder
      - openstack/cliff
      - openstack/debtcollector
      - openstack/dib-utils
      - openstack/diskimage-builder
      - openstack/futurist
      - openstack/glance
      - openstack/glance_store
      - openstack/heat
      - openstack/heat-cfntools
      - openstack/heat-templates
      - openstack/horizon
      - openstack/ironic
      - openstack/ironic-lib
      - openstack/ironic-python-agent
      - openstack/keystone
      - openstack/keystoneauth
      - openstack/keystonemiddleware
      - openstack/manila
      - openstack/manila-ui
      - openstack/neutron
      - openstack/neutron-vpnaas
      - openstack/nova
      - openstack/octavia
      - openstack/os-apply-config
      - openstack/os-brick
      - openstack/os-client-config
      - openstack/os-collect-config
      - openstack/os-net-config
      - openstack/os-refresh-config
      - openstack/osc-lib
      - openstack/oslo.cache
      - openstack/oslo.concurrency
      - openstack/oslo.config
      - openstack/oslo.context
      - openstack/oslo.db
      - openstack/oslo.i18n
      - openstack/oslo.log
      - openstack/oslo.messaging
      - openstack/oslo.middleware
      - openstack/oslo.policy
      - openstack/oslo.reports
      - openstack/oslo.rootwrap
      - openstack/oslo.serialization
      - openstack/oslo.service
      - openstack/oslo.utils
      - openstack/oslo.versionedobjects
      - openstack/oslo.vmware
      - openstack/pycadf
      - openstack/python-cinderclient
      - openstack/python-glanceclient
      - openstack/python-heatclient
      - openstack/python-ironicclient
      - openstack/python-keystoneclient
      - openstack/python-manilaclient
      - openstack/python-neutronclient
      - openstack/python-novaclient
      - openstack/python-openstackclient
      - openstack/python-saharaclient
      - openstack/python-swiftclient
      - openstack/python-troveclient
      - openstack/python-zaqarclient
      - openstack/requirements
      - openstack/sahara
      - openstack/sahara-dashboard
      - openstack/stevedore
      - openstack/swift
      - openstack/taskflow
      - openstack/tempest
      - openstack/tooz
      - openstack/tripleo-heat-templates
      - openstack/tripleo-image-elements
      - openstack/trove
      - openstack/trove-dashboard
      - openstack/zaqar

- job:
    name: pbr-installation-openstack
    parent: pbr-installation-openstack-base
    pre-run: playbooks/pbr-installation-openstack/pre.yaml
    run: playbooks/pbr-installation-openstack/run.yaml
    vars:
      pbr_pip_version: ''

- job:
    name: pbr-installation-openstack-pip-dev
    description: |
      This job runs the pbr installations with pip trunk.
    parent: pbr-installation-openstack
    vars:
      pbr_pip_version: 'git+https://github.com/pypa/pip.git#egg=pip'

- job:
    name: pbr-installation-openstack-focal
    parent: pbr-installation-openstack
    nodeset: ubuntu-focal
    description: |
      Run pbr integration testing on older Ubuntu which allows us
      to test compatibility with older versions of pip and setuptools.

- project:
    templates:
      - lib-forward-testing
      - lib-forward-testing-python3
      - periodic-stable-jobs
      - publish-openstack-docs-pti
    check:
      jobs:
        - openstack-tox-pep8
        - openstack-tox-cover
        - openstack-tox-py27
        - openstack-tox-py36
        - openstack-tox-py37
        - openstack-tox-py38
        - openstack-tox-py39
        - pbr-installation-openstack
        - pbr-installation-openstack-focal
        - pbr-installation-openstack-pip-dev
        - tempest-full:
            override-checkout: stable/train
    gate:
      jobs:
        - openstack-tox-pep8
        - openstack-tox-cover
        - openstack-tox-py27
        - openstack-tox-py36
        - openstack-tox-py37
        - openstack-tox-py38
        - openstack-tox-py39
        - pbr-installation-openstack
        - pbr-installation-openstack-focal
        - pbr-installation-openstack-pip-dev
        - tempest-full:
            override-checkout: stable/train
    periodic:
      jobs:
        - pbr-installation-openstack
        - pbr-installation-openstack-pip-dev
        - tempest-full:
            override-checkout: stable/train