From e70772b9fc91a5735d2c4bd3eb3e84ee0e21a862 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 6 Feb 2023 13:33:36 -0500 Subject: [PATCH] Update .gitreview for r/stx.8.0 Ammended to remove the python2.7 jobs from zuul Signed-off-by: Scott Little Change-Id: I05bc156bf1bf69498c916e0ac925f4648cc313f9 --- .gitreview | 1 + .zuul.yaml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitreview b/.gitreview index 8ac2049..26fe33a 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=starlingx/distcloud-client.git +defaultbranch=r/stx.8.0 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