Skip to content

Commit 9246630

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add job to test with SQLAlchemy master (2.x)"
2 parents 87d4807 + ed6563b commit 9246630

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
@@ -761,6 +776,7 @@
761776
- nova-ovs-hybrid-plug
762777
- nova-tox-validate-backport:
763778
voting: false
779+
- nova-tox-py310-with-sqlalchemy-2x
764780
- nova-tox-functional-py38
765781
- nova-tox-functional-py39
766782
- nova-tox-functional-py310

0 commit comments

Comments
 (0)