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: 51548 Change-Id: Ibd44c186f4355654f9ea841a63c6bd61e2b406fc Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
This commit is contained in:
parent
7a7256da11
commit
a0722defaa
11
.zuul.yaml
11
.zuul.yaml
@ -5,18 +5,25 @@
|
||||
- stx-release-notes-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- local-tox-pep8
|
||||
- openstack-tox-linters
|
||||
- stx-virt-pylint
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- local-tox-pep8
|
||||
- openstack-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
|
||||
|
Loading…
x
Reference in New Issue
Block a user