Merge "Add non-voting tox py38 jobs to Ussuri templates"

This commit is contained in:
Zuul 2020-01-24 15:28:45 +00:00 committed by Gerrit Code Review
commit 82f4f75bbf
2 changed files with 35 additions and 0 deletions

View File

@ -169,6 +169,23 @@
bindep_profile: test py37
python_version: 3.7
- job:
name: openstack-tox-py38
parent: openstack-tox
nodeset: ubuntu-bionic
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.8.
Uses tox with the ``py38`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: py38
bindep_profile: test py38
python_version: 3.8
- job:
name: openstack-tox-pypy
parent: openstack-tox

View File

@ -459,6 +459,9 @@
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38:
voting: false
branches: master
gate:
jobs:
- openstack-tox-pep8
@ -486,6 +489,11 @@
- openstack-tox-py37:
required-projects:
- openstack/horizon
- openstack-tox-py38:
required-projects:
- openstack/horizon
voting: false
branches: master
gate:
jobs:
- openstack-tox-pep8:
@ -519,6 +527,11 @@
- openstack-tox-py37:
required-projects:
- openstack/neutron
- openstack-tox-py38:
required-projects:
- openstack/neutron
voting: false
branches: master
gate:
jobs:
- openstack-tox-pep8:
@ -552,6 +565,11 @@
- openstack-tox-py37:
required-projects:
- openstack/ceilometer
- openstack-tox-py38:
required-projects:
- openstack/ceilometer
voting: false
branches: master
gate:
jobs:
- openstack-tox-pep8: