Merge "Removing py36 gates from zuul for update"

This commit is contained in:
Zuul 2021-10-05 13:50:53 +00:00 committed by Gerrit Code Review
commit a662ed822c
1 changed files with 0 additions and 30 deletions

View File

@ -11,11 +11,9 @@
- py3-flake8
- patch-tox-pylint
- patch-tox-py27
- patch-tox-py36
- patch-tox-py39
- patch-alarm-tox-pylint
- patch-alarm-tox-py27
- patch-alarm-tox-py36
- patch-alarm-tox-py39
gate:
jobs:
@ -24,11 +22,9 @@
- py3-flake8
- patch-tox-pylint
- patch-tox-py27
- patch-tox-py36
- patch-tox-py39
- patch-alarm-tox-pylint
- patch-alarm-tox-py27
- patch-alarm-tox-py36
- patch-alarm-tox-py39
post:
jobs:
@ -76,19 +72,6 @@
tox_envlist: py27
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
- job:
name: patch-tox-py36
parent: tox
nodeset: ubuntu-bionic
required-projects:
- starlingx/config
- starlingx/fault
files:
- cgcs-patch/cgcs-patch/*
vars:
tox_envlist: py36
tox_extra_args: -c cgcs-patch/cgcs-patch/tox.ini
- job:
name: patch-tox-py39
parent: tox-py39
@ -131,19 +114,6 @@
tox_envlist: py27
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
- job:
name: patch-alarm-tox-py36
parent: tox
nodeset: ubuntu-bionic
required-projects:
- starlingx/config
- starlingx/fault
files:
- patch-alarm/patch-alarm/*
vars:
tox_envlist: py36
tox_extra_args: -c patch-alarm/patch-alarm/tox.ini
- job:
name: patch-alarm-tox-py39
parent: tox-py39