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
This commit is contained in:
Takashi Kajinami 2022-05-24 17:48:45 +09:00
parent 8d2af7876e
commit 5df8c37e06
1 changed files with 7 additions and 7 deletions

View File

@ -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$