summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-21 14:16:55 -0500
committerGhanshyam <gmann@ghanshyammann.com>2022-04-21 22:06:22 +0000
commit7c8b800867ae5e2a870d4958924b7eb233599077 (patch)
tree16e6d050f74f28af059e8f44cbb7eeaecae0c11d /.zuul.yaml
parentdc30a7e6d19509ce34cb89ffcdb4ff2c36469d89 (diff)
downloadnova-7c8b800867ae5e2a870d4958924b7eb233599077.tar.gz
Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Iba5074ea6f981a7527e86cfc98edd1ed7dd3086f
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml33
1 files changed, 4 insertions, 29 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 1db43d2fae..4c244b4d3f 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -2,13 +2,12 @@
# for job naming conventions.
- job:
- name: nova-tox-functional-centos8-py36
- parent: openstack-tox-functional-py36
- nodeset: devstack-single-node-centos-8-stream
+ name: nova-tox-functional-py38
+ parent: openstack-tox-functional-py38
description: |
Run tox-based functional tests for the OpenStack Nova project
- under cPython version 3.6 with Nova specific irrelevant-files list.
- Uses tox with the ``functional-py36`` environment.
+ under cPython version 3.8 with Nova specific irrelevant-files list.
+ Uses tox with the ``functional-py38`` environment.
This job also provides a parent for other projects to run the nova
functional tests on their own changes.
@@ -26,28 +25,6 @@
# explicitly stating the work dir makes this job reusable by other
# projects
zuul_work_dir: src/opendev.org/openstack/nova
- bindep_profile: test py36
- timeout: 3600
-
-- job:
- name: nova-tox-functional-py38
- parent: openstack-tox-functional-py38
- description: |
- Run tox-based functional tests for the OpenStack Nova project
- under cPython version 3.8 with Nova specific irrelevant-files list.
- Uses tox with the ``functional-py38`` environment.
-
- This job also provides a parent for other projects to run the nova
- functional tests on their own changes.
- required-projects:
- # including nova here makes this job reusable by other projects
- - openstack/nova
- - openstack/placement
- irrelevant-files: *functional-irrelevant-files
- vars:
- # explicitly stating the work dir makes this job reusable by other
- # projects
- zuul_work_dir: src/opendev.org/openstack/nova
bindep_profile: test py38
timeout: 3600
@@ -660,7 +637,6 @@
- nova-ovs-hybrid-plug
- nova-tox-validate-backport:
voting: false
- - nova-tox-functional-centos8-py36
- nova-tox-functional-py38
- nova-tox-functional-py39
- tempest-integrated-compute:
@@ -702,7 +678,6 @@
jobs:
- nova-live-migration
- nova-live-migration-ceph
- - nova-tox-functional-centos8-py36
- nova-tox-functional-py38
- nova-tox-functional-py39
- nova-multi-cell