summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: af9f46ba45935ddd8f446b62366147d3afb8a804 (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
- job:
    name: cliff-tox-py27-neutronclient-tip
    parent: openstack-tox-py27
    description: |
      Run unit tests for neutronclient with master branch of cliff

      Uses tox with the ``unit-tips`` environment and master branch of
      the required-projects below.
    branches: ^master$
    irrelevant-files:
      - ^.*\.rst$
      - ^doc/.*$
      - ^releasenotes/.*$
    required-projects:
      - openstack/cliff
      - openstack/python-neutronclient
    vars:
      # Set work dir to neutronclient so that if it's triggered by one of the
      # other repos the tests will run in the same place
      zuul_work_dir: src/opendev.org/openstack/python-neutronclient

- project:
    templates:
      - check-requirements
      - lib-forward-testing
      - lib-forward-testing-python3
      - openstack-lower-constraints-jobs
      - openstack-python-jobs
      - openstack-python3-train-jobs
      - publish-openstack-docs-pti
    check:
      jobs:
        - cliff-tox-py27-neutronclient-tip
        - osc-tox-unit-tips:
            branches: ^master$
    gate:
      jobs:
        - cliff-tox-py27-neutronclient-tip
        - osc-tox-unit-tips:
            branches: ^master$