CI: Add periodic weekly job with sqlalchemy master

Add new job to periodic weekly
openstack-tox-py310-with-sqlalchemy-master, and change previous
jobs in the periodic to py310

Change-Id: I27e42a03e9be99aef26807226c281eaff3449be4
This commit is contained in:
elajkat 2023-02-02 16:46:33 +01:00
parent 37a8a1aae6
commit d41c3f0749
1 changed files with 11 additions and 3 deletions

View File

@ -23,6 +23,13 @@
# in neutron-functional job.
tox_install_siblings: true
- job:
name: neutron-dynamic-routing-openstack-tox-py310-with-sqlalchemy-main
parent: openstack-tox-py310-with-oslo-master
required-projects:
- name: github.com/sqlalchemy/sqlalchemy
override-checkout: main
- project:
templates:
- check-requirements
@ -41,10 +48,11 @@
- neutron-tempest-plugin-dynamic-routing
experimental:
jobs:
- openstack-tox-py39-with-oslo-master
- openstack-tox-py310-with-oslo-master
periodic-weekly:
jobs:
- openstack-tox-py39
- openstack-tox-py39-with-oslo-master
- openstack-tox-py310
- openstack-tox-py310-with-oslo-master
- neutron-dynamic-routing-openstack-tox-py310-with-sqlalchemy-main
- neutron-tempest-plugin-dynamic-routing
- neutron-dynamic-routing-functional