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 57 58 59 60
|
- job:
name: oslodb-tox-py39-tips
parent: openstack-tox-py39
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:
regex: ^stable
negate: true
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-py312-tips
parent: openstack-tox-py312
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:
regex: ^stable
negate: true
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-py39-tips
- oslodb-tox-py312-tips
gate:
jobs:
- oslodb-tox-py39-tips
- oslodb-tox-py312-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
|