summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2023-04-03 11:13:32 +0200
committerDouglas Mendizábal <dmendiza@redhat.com>2023-04-10 16:27:16 +0000
commit67a3d3b0db462949ebcc07f9b7c45559a29fde1f (patch)
tree773594fd711d708809000689166ce55d2acc5418 /.zuul.yaml
parentd80573c61254a2f8f371746bc678bd3b60f8a6a4 (diff)
downloadoslo-policy-67a3d3b0db462949ebcc07f9b7c45559a29fde1f.tar.gz
Moves supported python runtimes from version 3.8 to 3.10
Within 2023.2 python version 3.9 and 3.10 are the supported python runtimes [1]. [1] https://review.opendev.org/c/openstack/governance/+/872232 Change-Id: I82682282703def588ce95b9b0067651ccf5ce924
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 584c4c1..e2e6904 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -11,28 +11,28 @@
- openstack/oslo.policy
- job:
- name: cross-nova-tox-py38
+ name: cross-nova-tox-py310
parent: openstack-tox
- nodeset: ubuntu-focal
+ nodeset: ubuntu-jammy
description: |
Run cross-project unit tests on nova.
vars:
zuul_work_dir: src/opendev.org/openstack/nova
- tox_envlist: py38
+ tox_envlist: py310
required-projects:
- openstack/nova
- openstack/oslo.policy
- job:
- name: cross-neutron-tox-py38
+ name: cross-neutron-tox-py310
parent: openstack-tox
- nodeset: ubuntu-focal
+ nodeset: ubuntu-jammy
description: |
Run cross-project unit tests on neutron.
timeout: 3600
vars:
zuul_work_dir: src/opendev.org/openstack/neutron
- tox_envlist: py38
+ tox_envlist: py310
required-projects:
- openstack/neutron
- openstack/oslo.policy
@@ -47,11 +47,11 @@
- release-notes-jobs-python3
check:
jobs:
- - cross-nova-tox-py38
+ - cross-nova-tox-py310
- cross-nova-tox-functional
- - cross-neutron-tox-py38
+ - cross-neutron-tox-py310
gate:
jobs:
- - cross-nova-tox-py38
+ - cross-nova-tox-py310
- cross-nova-tox-functional
- - cross-neutron-tox-py38
+ - cross-neutron-tox-py310