Merge "Removing py36 gates from zuul for fault"

This commit is contained in:
Zuul 2021-10-04 13:16:34 +00:00 committed by Gerrit Code Review
commit 084239c82d
1 changed files with 0 additions and 14 deletions

View File

@ -14,7 +14,6 @@
- fault-tox-pylint
- stx-fault-build
- fault-rest-api-py27
- fault-rest-api-py36
- fault-rest-api-py39
gate:
jobs:
@ -22,7 +21,6 @@
- openstack-tox-pep8
- fault-tox-pylint
- fault-rest-api-py27
- fault-rest-api-py36
- fault-rest-api-py39
post:
jobs:
@ -72,18 +70,6 @@
tox_envlist: py27
tox_extra_args: -c fm-rest-api/fm/tox.ini
- job:
name: fault-rest-api-py36
parent: tox
description: |
Run py36 test for fm-rest-api
nodeset: ubuntu-bionic
required-projects:
- starlingx/config
vars:
tox_envlist: py36
tox_extra_args: -c fm-rest-api/fm/tox.ini
- job:
name: fault-rest-api-py39
parent: tox-py39