From d74ee5c901c6915f2d7d42caa93280d6b6bb606a Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Thu, 16 Jan 2025 15:33:27 -0500 Subject: [PATCH] Use shared zuul stx-tox-linters Previous commit defined a local zuul job to run tox linters. That job was badly named, as the names are supposed to be globally-unique. Solution: remove local job definition and call stx-tox-linters defined by the Depends-On review. Story: 2011326 Task: 51549 Depends-On: https://review.opendev.org/c/starlingx/zuul-jobs/+/939454 Change-Id: Id85a4cb464badaf648167dcf60a4874bcd4b2c82 Signed-off-by: Davlet Panech --- .zuul.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0a83268..21f4c31 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,21 +2,14 @@ - project: check: jobs: - - local-tox-linters + - stx-tox-linters gate: jobs: - - local-tox-linters + - stx-tox-linters post: jobs: - stx-helm-charts-upload-git-mirror -- job: - name: local-tox-linters - parent: openstack-tox-linters - description: | - Run Tox linters on debian-bullseye - nodeset: debian-bullseye - - job: name: stx-helm-charts-upload-git-mirror parent: upload-git-mirror