summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: d628f030ba6406ce33689e90b67ffe4aa242ccd8 (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
- job:
    name: oslodb-tox-py38-tips
    parent: openstack-tox-py38
    description: |
      Run unit tests for oslo.db with main branch of important libs.
      Takes advantage of the base tox job's install-siblings feature.
    # The job only tests the latest and shouldn't be run on the stable branches
    branches: ^(?!stable)
    required-projects:
      - name: github.com/sqlalchemy/sqlalchemy
        override-checkout: main
      - name: github.com/sqlalchemy/alembic
        override-checkout: main
    vars:
      # Set work dir to oslo.db 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/oslo.db

- job:
    name: oslodb-tox-py310-tips
    parent: openstack-tox-py310
    description: |
      Run unit tests for oslo.db with main branch of important libs.
      Takes advantage of the base tox job's install-siblings feature.
    # The job only tests the latest and shouldn't be run on the stable branches
    branches: ^(?!stable)
    required-projects:
      - name: github.com/sqlalchemy/sqlalchemy
        override-checkout: main
      - name: github.com/sqlalchemy/alembic
        override-checkout: main
    vars:
      # Set work dir to oslo.db 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/oslo.db

- project-template:
    name: oslodb-tox-unit-tips
    check:
      jobs:
        - oslodb-tox-py38-tips
        - oslodb-tox-py310-tips
    gate:
      jobs:
        - oslodb-tox-py38-tips
        - oslodb-tox-py310-tips

- project:
    templates:
      - oslodb-tox-unit-tips
      - check-requirements
      - lib-forward-testing-python3
      - openstack-python3-jobs
      - periodic-stable-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3