From 3f10dcfb969fc41fcd658bc61a3e1843d3178990 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Wed, 15 Jan 2025 11:54:44 -0500 Subject: [PATCH] Fix zuul errors Openstack recently changed the default node for some of the zuul jobs that we rely on. The new node has python 3.12, rather than 3.10, which causes python dependency problems. Solution: force affected jobs to run on Debian/bullseye. Story: 2011326 Task: 51549 Change-Id: I1cfe679702436fa54b491b872da54fa5c8b7d8d7 Signed-off-by: Davlet Panech --- .zuul.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a1a09d6..0a83268 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,14 +2,21 @@ - project: check: jobs: - - openstack-tox-linters + - local-tox-linters gate: jobs: - - openstack-tox-linters + - local-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