-
Notifications
You must be signed in to change notification settings - Fork 52
/
.zuul.yaml
41 lines (40 loc) · 1.33 KB
/
.zuul.yaml
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
- job:
name: openstack-tox-py312-with-neutron
parent: openstack-tox-py312
timeout: 3600
vars:
zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/neutron'].src_dir }}"
required-projects:
- openstack/neutron
- openstack/neutron-lib
- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
- neutron-tempest-plugin-jobs
check:
jobs:
- openstack-tox-py312-with-neutron
- openstack-tox-py312-with-sqlalchemy-master
- neutron-functional: &neutron-functional
required-projects:
- openstack/neutron-lib
vars:
zuul_work_dir: src/opendev.org/openstack/neutron
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800
gate:
jobs:
- neutron-functional: *neutron-functional
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800