Merge "Remove SQLAlchemy tips jobs"

This commit is contained in:
Zuul 2024-05-14 17:22:53 +00:00 committed by Gerrit Code Review
commit b8bcfc33cb
2 changed files with 0 additions and 20 deletions

View File

@ -803,24 +803,6 @@
vars:
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: ^master$
required-projects:
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
- name: github.com/sqlalchemy/alembic
override-checkout: main
- name: openstack/oslo.db
- job:
name: ironic-tox-unit-mysql-migrations
parent: openstack-tox

View File

@ -13,7 +13,6 @@
- ironic-tox-bandit
- ironic-tox-codespell
- ironic-tox-unit-mysql-migrations
- ironic-tox-unit-with-sqlalchemy-2x
- ironic-tox-unit-with-driver-libs
- ironic-cross-sushy:
voting: false
@ -77,7 +76,6 @@
- ironic-tox-bandit
- ironic-tox-codespell
- ironic-tox-unit-mysql-migrations
- ironic-tox-unit-with-sqlalchemy-2x
- ironic-tox-unit-with-driver-libs
- ironic-tempest-functional-python3
# NOTE(rpittau) disabled until we fix the tests