From dfada745228b0c3e747b3c3f0591a4f1403f8671 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Wed, 15 Jan 2025 11:55:57 -0500 Subject: [PATCH] Fix zuul errors Use common {linters,pylint} jobs from starlingx/zuul-jobs. Add unique prefix to local jobs. Story: 2011326 Task: 51547 Depends-On: https://review.opendev.org/c/starlingx/zuul-jobs/+/939669 Change-Id: Ic087c911fcd161f73784c6bed724631bee7744a0 Signed-off-by: Davlet Panech --- .zuul.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4fee3b4..af7c443 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,26 +4,26 @@ - noop-jobs check: jobs: - - openstack-tox-linters - - openstack-tox-pylint - - tox-unittests - - tox-flake8 + - starlingx-common-tox-linters + - starlingx-common-tox-pylint + - stx-virtual-deployment-tox-unittests + - stx-virtual-deployment-tox-flake8 gate: jobs: - - openstack-tox-linters - - openstack-tox-pylint - - tox-unittests - - tox-flake8 + - starlingx-common-tox-linters + - starlingx-common-tox-pylint + - stx-virtual-deployment-tox-unittests + - stx-virtual-deployment-tox-flake8 - job: - name: tox-unittests + name: stx-virtual-deployment-tox-unittests parent: tox description: Run unit tests vars: tox_envlist: unittests - job: - name: tox-flake8 + name: stx-virtual-deployment-tox-flake8 parent: tox description: Run pep8/flake8 vars: