Remove python2 jobs from zuul for this repo

The python2.7 jobs will no longer be executed as part
of the zuul check and gate.

The nodeset with the python2.7 interpreter has been
updated around Feb 5th 2023.

Story: 2010531
Task: 47311
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I4b903c934f74c148da66fbe11d949b508a88cfbc
This commit is contained in:
Al Bailey 2023-02-07 18:04:47 +00:00
parent 9d70cd8df4
commit 08392534e6
1 changed files with 0 additions and 11 deletions

View File

@ -8,7 +8,6 @@
jobs:
- openstack-tox-linters
- stx-distcloud-client-tox-pep8
- stx-distcloud-client-tox-py27
- stx-distcloud-client-tox-py39
- stx-distcloud-client-tox-pylint
- stx-distcloud-client-tox-pep8-debian
@ -17,7 +16,6 @@
jobs:
- openstack-tox-linters
- stx-distcloud-client-tox-pep8
- stx-distcloud-client-tox-py27
- stx-distcloud-client-tox-py39
- stx-distcloud-client-tox-pylint
- stx-distcloud-client-tox-pep8-debian
@ -26,15 +24,6 @@
jobs:
- stx-distcloud-client-upload-git-mirror
- job:
name: stx-distcloud-client-tox-py27
parent: tox
description: Run py27 for distcloud-client
nodeset: ubuntu-xenial
vars:
tox_envlist: py27
tox_extra_args: -c distributedcloud-client/tox.ini
- job:
name: stx-distcloud-client-tox-py39
parent: tox-py39