summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-05-24 17:48:45 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-05-24 17:52:48 +0900
commit5df8c37e06e32094cf606f0f204e5bc4e9c792c5 (patch)
tree0101794a3d5f2337f1f03b76f2ff4770d10933f2
parent8d2af7876ef299fce0ea292284b7d1000aa5172b (diff)
downloadcliff-5df8c37e06e32094cf606f0f204e5bc4e9c792c5.tar.gz
Migrate Python 3.6/7 jobs to Python 3.8
Support for Python 3.6 and 3.7 is being removed globally. The current latest release of python-novaclient (18.0.0) does not support these two versions. The next python-neutronclient release does not, either. This migrates Python 3.6/7 jobs to Python 3.8 because 3.8 is now the minimum supported version. This also replaces Python3 yoga unit tests by zena unit tests. Depends-on: https://review.opendev.org/843115 Change-Id: I03957cf4bd0a96cb1d07e80727c184854b869fc3
-rw-r--r--.zuul.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index dd3a068..aa72958 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,6 +1,6 @@
- job:
- name: cliff-tox-py37-neutronclient-tip
- parent: openstack-tox-py37
+ name: cliff-tox-py38-neutronclient-tip
+ parent: openstack-tox-py38
description: |
Run unit tests for neutronclient with master branch of cliff
@@ -23,15 +23,15 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-python3-yoga-jobs
+ - openstack-python3-zed-jobs
- publish-openstack-docs-pti
check:
jobs:
- - cliff-tox-py37-neutronclient-tip
- - osc-tox-py36-tips:
+ - cliff-tox-py38-neutronclient-tip
+ - osc-tox-py38-tips:
branches: ^master$
gate:
jobs:
- - cliff-tox-py37-neutronclient-tip
- - osc-tox-py36-tips:
+ - cliff-tox-py38-neutronclient-tip
+ - osc-tox-py38-tips:
branches: ^master$