File: .zuul.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (53 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download | duplicates (2)
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
- 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
            irrelevant-files:
              - ^.*\.rst$
              - ^\.coveragerc$
              - ^\.git.*$
              - ^\.pre-commit-config\.yaml$
              - ^\.pylintrc$
              - ^api-ref/.*$
              - ^doc/.*$
              - ^LICENSE$
              - ^neutron_lib/locale/.*$
              - ^releasenotes/.*$
              - ^tox.ini$
            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