Switch python version used for periodic jobs
According to the comment left in zuul config, we should use the latest version. Change-Id: I869078d01f10a51e9427ad118d59902b30240db3
This commit is contained in:
parent
2aaa88663b
commit
8d60e4af2d
14
.zuul.yaml
14
.zuul.yaml
@ -18,7 +18,7 @@
|
|||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py39
|
||||||
- openstack-tox-functional-py312
|
- openstack-tox-functional-py312
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- placement-nova-tox-functional-py39
|
- placement-nova-tox-functional-py312
|
||||||
- placement-nested-perfload:
|
- placement-nested-perfload:
|
||||||
voting: false
|
voting: false
|
||||||
- placement-perfload:
|
- placement-perfload:
|
||||||
@ -51,7 +51,7 @@
|
|||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py39
|
||||||
- openstack-tox-functional-py312
|
- openstack-tox-functional-py312
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- placement-nova-tox-functional-py39
|
- placement-nova-tox-functional-py312
|
||||||
- tempest-integrated-placement:
|
- tempest-integrated-placement:
|
||||||
irrelevant-files: *gate-irrelevant-files
|
irrelevant-files: *gate-irrelevant-files
|
||||||
- grenade:
|
- grenade:
|
||||||
@ -66,14 +66,14 @@
|
|||||||
# we only test the latest version in the periodics as its just a signal
|
# we only test the latest version in the periodics as its just a signal
|
||||||
# that we need to investigate the health of the master branch in the absence
|
# that we need to investigate the health of the master branch in the absence
|
||||||
# of frequent patches.
|
# of frequent patches.
|
||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py312
|
||||||
- openstack-tox-py39
|
- openstack-tox-py312
|
||||||
- placement-nova-tox-functional-py39
|
- placement-nova-tox-functional-py312
|
||||||
- tempest-integrated-placement
|
- tempest-integrated-placement
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: placement-nova-tox-functional-py39
|
name: placement-nova-tox-functional-py312
|
||||||
parent: nova-tox-functional-py39
|
parent: nova-tox-functional-py312
|
||||||
description: |
|
description: |
|
||||||
Run the nova functional tests to confirm that we aren't breaking
|
Run the nova functional tests to confirm that we aren't breaking
|
||||||
the PlacementFixture.
|
the PlacementFixture.
|
||||||
|
Loading…
Reference in New Issue
Block a user