From 71a8a54b56ce9aba8974419557c6d61d6593be71 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Thu, 16 Jan 2025 16:11:00 -0500 Subject: [PATCH] Use shared zuul stx-tox-{linters,pep8} 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,pep8} defined by the Depends-On review. Story: 2011326 Task: 51548 Depends-On: https://review.opendev.org/c/starlingx/zuul-jobs/+/939454 Change-Id: I7f4c4859efcfc50f91de51b76956e1cfce681fcb Signed-off-by: Davlet Panech --- .zuul.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4a78056..02be3e8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,25 +5,18 @@ - stx-release-notes-jobs check: jobs: - - local-tox-pep8 - - openstack-tox-linters + - stx-tox-pep8 + - stx-tox-linters - stx-virt-pylint gate: jobs: - - local-tox-pep8 - - openstack-tox-linters + - stx-tox-pep8 + - stx-tox-linters - stx-virt-pylint post: jobs: - stx-virt-upload-git-mirror -- job: - name: local-tox-pep8 - parent: openstack-tox-pep8 - description: | - Run Tox pep8 tests on debian-bullseye - nodeset: debian-bullseye - # This is the common base job definition for StarlingX flock services - job: name: flock-devstack-virt-base