From 08392534e6299d4ded77f76051dbc9995c85b272 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Tue, 7 Feb 2023 18:04:47 +0000 Subject: [PATCH] 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 Change-Id: I4b903c934f74c148da66fbe11d949b508a88cfbc --- .zuul.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 17f23d3..afd033b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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