Merge "Fix zuul config warning"
This commit is contained in:
commit
47f4df915f
@ -51,7 +51,9 @@
|
|||||||
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
|
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
|
||||||
Takes advantage of the base tox job's install-siblings feature.
|
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
|
# The job only tests the latest and shouldn't be run on the stable branches
|
||||||
branches: ^(?!stable)
|
branches:
|
||||||
|
regex: ^stable
|
||||||
|
negate: true
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/sqlalchemy/sqlalchemy
|
- name: github.com/sqlalchemy/sqlalchemy
|
||||||
override-checkout: main
|
override-checkout: main
|
||||||
|
Loading…
Reference in New Issue
Block a user