Skip to content

Commit ed6563b

Browse files
committed
Add job to test with SQLAlchemy master (2.x)
Change-Id: I9ae3ddc7e57d2afcfc9dad49e3361080f8145357 Signed-off-by: Stephen Finucane <[email protected]>
1 parent 53012f1 commit ed6563b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.zuul.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@
2828
bindep_profile: test py38
2929
timeout: 3600
3030

31+
- job:
32+
name: nova-tox-py310-with-sqlalchemy-2x
33+
parent: openstack-tox-py310
34+
description: |
35+
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
36+
Takes advantage of the base tox job's install-siblings feature.
37+
# The job only tests the latest and shouldn't be run on the stable branches
38+
branches: ^master$
39+
required-projects:
40+
- name: github.com/sqlalchemy/sqlalchemy
41+
override-checkout: main
42+
- name: github.com/sqlalchemy/alembic
43+
override-checkout: main
44+
- name: openstack/oslo.db
45+
3146
- job:
3247
name: nova-tox-functional-py39
3348
parent: openstack-tox-functional-py39
@@ -733,6 +748,7 @@
733748
- nova-ovs-hybrid-plug
734749
- nova-tox-validate-backport:
735750
voting: false
751+
- nova-tox-py310-with-sqlalchemy-2x
736752
- nova-tox-functional-py38
737753
- nova-tox-functional-py39
738754
- nova-tox-functional-py310

0 commit comments

Comments
 (0)