File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 28
28
bindep_profile : test py38
29
29
timeout : 3600
30
30
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
+
31
46
- job :
32
47
name : nova-tox-functional-py39
33
48
parent : openstack-tox-functional-py39
761
776
- nova-ovs-hybrid-plug
762
777
- nova-tox-validate-backport :
763
778
voting : false
779
+ - nova-tox-py310-with-sqlalchemy-2x
764
780
- nova-tox-functional-py38
765
781
- nova-tox-functional-py39
766
782
- nova-tox-functional-py310
You can’t perform that action at this time.
0 commit comments