Merge "Add job to test with SQLAlchemy master (2.x)"
This commit is contained in:
commit
7cf0881cab
@ -686,6 +686,24 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_envlist: unit-with-driver-libs
|
tox_envlist: unit-with-driver-libs
|
||||||
|
|
||||||
|
# TODO(stephenfin): Remove this when we raise the upper-constraint globally
|
||||||
|
- job:
|
||||||
|
name: ironic-tox-unit-with-sqlalchemy-2x
|
||||||
|
parent: openstack-tox
|
||||||
|
description: |
|
||||||
|
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
|
||||||
|
Takes advantage of the base tox job's install-siblings feature.
|
||||||
|
vars:
|
||||||
|
tox_envlist: py3
|
||||||
|
# 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
|
||||||
|
- name: openstack/oslo.db
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-tox-unit-mysql-migrations
|
name: ironic-tox-unit-mysql-migrations
|
||||||
parent: openstack-tox
|
parent: openstack-tox
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ironic-tox-unit-mysql-migrations
|
- ironic-tox-unit-mysql-migrations
|
||||||
|
- ironic-tox-unit-with-sqlalchemy-2x
|
||||||
- ironic-tox-unit-with-driver-libs
|
- ironic-tox-unit-with-driver-libs
|
||||||
- ironic-cross-sushy:
|
- ironic-cross-sushy:
|
||||||
voting: false
|
voting: false
|
||||||
@ -67,6 +68,7 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- ironic-tox-unit-mysql-migrations
|
- ironic-tox-unit-mysql-migrations
|
||||||
|
- ironic-tox-unit-with-sqlalchemy-2x
|
||||||
- ironic-tox-unit-with-driver-libs
|
- ironic-tox-unit-with-driver-libs
|
||||||
- ironic-tempest-functional-python3
|
- ironic-tempest-functional-python3
|
||||||
# NOTE(rpittau) disabled until we fix the tests
|
# NOTE(rpittau) disabled until we fix the tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user