Removing py36 gates from zuul for update

Removing redundant py36 Zuul jobs since we now have py39 Zuul jobs in
place with the debian nodeset

Story: 2006796
Task: 43495
Signed-off-by: Bernardo Decco <bernardo.deccodesiqueira@windriver.com>
Change-Id: I63d9b3270dfedf79ca73ab19fabf1883706be879
This commit is contained in:
Bernardo Decco 2021-09-30 10:34:47 -03:00
parent 8141deff72
commit b201abbedf
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