Merge "Removing py36 gates from zuul for nfv"

This commit is contained in:
Zuul 2021-10-04 13:06:55 +00:00 committed by Gerrit Code Review
commit e3c56da32f
1 changed files with 0 additions and 15 deletions

View File

@ -9,7 +9,6 @@
- openstack-tox-linters
- nfv-tox-pep8
- nfv-tox-py27
- nfv-tox-py36
- nfv-tox-py39
- nfv-tox-pylint
- nova-api-proxy-tox-pep8
@ -19,7 +18,6 @@
- openstack-tox-linters
- nfv-tox-pep8
- nfv-tox-py27
- nfv-tox-py36
- nfv-tox-py39
- nfv-tox-pylint
- nova-api-proxy-tox-pep8
@ -39,19 +37,6 @@
tox_envlist: py27
tox_extra_args: -c nfv/tox.ini
- job:
name: nfv-tox-py36
parent: tox
description: Run py36 for nfv
nodeset: ubuntu-bionic
required-projects:
- starlingx/fault
vars:
tox_envlist: py36
tox_extra_args: -c nfv/tox.ini
bindep_profile: test py36
python_version: 3.6
- job:
name: nfv-tox-py39
parent: tox-py39