60c01f2c9a
Zuul deprecated usage of perl-style regex. ``` All regular expressions must conform to RE2 syntax, but an expression using the deprecated Perl-style syntax has been detected. Adjust the configuration to conform to RE2 syntax. ``` Change-Id: I0dd4596cb0138e44122486e699b8f64714e8418a
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements
|
|
- job:
|
|
name: taskflow-tox-py310-with-sqlalchemy-2x
|
|
parent: openstack-tox-py310
|
|
description: |
|
|
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
|
|
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
|
|
- name: openstack/oslo.db
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- taskflow-tox-py310-with-sqlalchemy-2x
|
|
gate:
|
|
jobs:
|
|
- taskflow-tox-py310-with-sqlalchemy-2x
|