Merge "Add py310 master template jobs"

This commit is contained in:
Zuul 2022-11-28 13:06:40 +00:00 committed by Gerrit Code Review
commit 65af8a8e72
2 changed files with 39 additions and 6 deletions

View File

@ -1001,6 +1001,22 @@
bindep_profile: test py39
python_version: '3.9'
- job:
name: openstack-tox-py310-with-oslo-master
parent: openstack-tox-with-oslo-master-base
nodeset: ubuntu-jammy
description: |
This job installs all oslo libraries from source and tests that the
unit tests of the tested project work.
It uses the tox ``py310`` environment.
The job is normally run in a periodic pipeline, it is configured
to run on the master branch.
branches: master
vars:
tox_envlist: py310
bindep_profile: test py310
python_version: '3.10'
- job:
name: openstack-tox-py39-with-neutron-lib-master
parent: openstack-tox-py39
@ -1019,13 +1035,30 @@
tox_install_siblings: true
- job:
name: openstack-tox-py39-with-ovsdbapp-master
parent: openstack-tox-py39
name: openstack-tox-py310-with-neutron-lib-master
parent: openstack-tox-py310
timeout: 3000
description: |
This job installs neutron-lib from source and tests that the
unit tests of the tested project work.
It uses the tox ``py310`` environment.
The job is normally run in a periodic pipeline, it is configured
to run on the master branch.
branches: master
required-projects:
- openstack/neutron
- openstack/neutron-lib
vars:
tox_install_siblings: true
- job:
name: openstack-tox-py310-with-ovsdbapp-master
parent: openstack-tox-py310
timeout: 3000
description: |
This job installs ovsdbapp from source and tests that the
unit tests of the tested project work.
It uses the tox ``py39`` environment.
It uses the tox ``py310`` environment.
The job is normally run in a periodic pipeline, it is configured
to run on the master branch.
branches: master

View File

@ -2720,7 +2720,7 @@
neutron-lib from source.
periodic:
jobs:
- openstack-tox-py39-with-neutron-lib-master
- openstack-tox-py310-with-neutron-lib-master
- project-template:
name: periodic-jobs-with-oslo-master
@ -2729,7 +2729,7 @@
oslo libraries from source.
periodic:
jobs:
- openstack-tox-py39-with-oslo-master
- openstack-tox-py310-with-oslo-master
- project-template:
name: periodic-jobs-with-ovsdbapp-master
@ -2738,7 +2738,7 @@
ovdsdbapp from source.
periodic:
jobs:
- openstack-tox-py39-with-ovsdbapp-master
- openstack-tox-py310-with-ovsdbapp-master
- project-template:
name: python-charm-interface-jobs