Merge "Create py312 jobs for neutron"
This commit is contained in:
commit
1ce8fa37a2
@ -916,6 +916,21 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-py312-with-oslo-master
|
||||||
|
parent: openstack-tox-py312
|
||||||
|
description: |
|
||||||
|
This job installs all oslo libraries from source and tests that the
|
||||||
|
unit tests of the tested project work.
|
||||||
|
It uses the tox ``py312`` environment.
|
||||||
|
The job is normally run in a periodic pipeline, it is configured
|
||||||
|
to run on the master branch.
|
||||||
|
required-projects: *oslo-master-required-projects
|
||||||
|
branches: master
|
||||||
|
timeout: 3000
|
||||||
|
vars:
|
||||||
|
tox_install_siblings: true
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-py39-with-neutron-lib-master
|
name: openstack-tox-py39-with-neutron-lib-master
|
||||||
parent: openstack-tox-py39
|
parent: openstack-tox-py39
|
||||||
@ -967,6 +982,23 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-py312-with-neutron-lib-master
|
||||||
|
parent: openstack-tox-py312
|
||||||
|
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 ``py312`` 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:
|
- job:
|
||||||
name: openstack-tox-py310-with-ovsdbapp-master
|
name: openstack-tox-py310-with-ovsdbapp-master
|
||||||
parent: openstack-tox-py310
|
parent: openstack-tox-py310
|
||||||
@ -999,6 +1031,23 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-py312-with-ovsdbapp-master
|
||||||
|
parent: openstack-tox-py312
|
||||||
|
timeout: 3000
|
||||||
|
description: |
|
||||||
|
This job installs ovsdbapp from source and tests that the
|
||||||
|
unit tests of the tested project work.
|
||||||
|
It uses the tox ``py312`` environment.
|
||||||
|
The job is normally run in a periodic pipeline, it is configured
|
||||||
|
to run on the master branch.
|
||||||
|
branches: master
|
||||||
|
required-projects:
|
||||||
|
- openstack/ovsdbapp
|
||||||
|
vars:
|
||||||
|
tox_install_siblings: true
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-lower-constraints
|
name: openstack-tox-lower-constraints
|
||||||
parent: openstack-tox
|
parent: openstack-tox
|
||||||
|
@ -3012,7 +3012,7 @@
|
|||||||
neutron-lib from source.
|
neutron-lib from source.
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py311-with-neutron-lib-master
|
- openstack-tox-py312-with-neutron-lib-master
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: periodic-jobs-with-oslo-master
|
name: periodic-jobs-with-oslo-master
|
||||||
@ -3021,7 +3021,7 @@
|
|||||||
oslo libraries from source.
|
oslo libraries from source.
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py311-with-oslo-master
|
- openstack-tox-py312-with-oslo-master
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: periodic-jobs-with-ovsdbapp-master
|
name: periodic-jobs-with-ovsdbapp-master
|
||||||
@ -3030,7 +3030,7 @@
|
|||||||
ovdsdbapp from source.
|
ovdsdbapp from source.
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py311-with-ovsdbapp-master
|
- openstack-tox-py312-with-ovsdbapp-master
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: python-charm-interface-jobs
|
name: python-charm-interface-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user