078a67bb2e
Python 3.8 is no longer part of the tested runtimes for 2024.2[1] because its EOL is coming soon. Also update the python versions in tips job to reflect the supported versions. [1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html Change-Id: Ic3a9f6ac78ec9eb12e8a80809dacef7543fb5bc8
61 lines
1.9 KiB
YAML
61 lines
1.9 KiB
YAML
- 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
|