File: .zuul.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (41 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download
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