Zuul: Move jobs to debian-bullseye node
importlib_metadata, a dependency for building python pkgs, received changes where some of its API is deprecated [1], causing the error: AttributeError: 'EntryPoints' object has no attribute 'get' A possible fix is to clip the version to below 5.0, but the debian-bullseye Zuul node already provides a compatible version, with the added advantage of being the base OS used for STX, increasing reliability for the tests. Refs: [1] https://importlib-metadata.readthedocs.io/en/latest/history.html#v5-0-0 Test Plan: pass - Run tox tests in a debian:bullseye container Partial-Bug: 2090865 Change-Id: I9e8e29241f7091373dfd5c8a1908a42afef1dc5d Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
This commit is contained in:
parent
c53d7e145f
commit
cd00b556e4
31
.zuul.yaml
31
.zuul.yaml
@ -5,14 +5,14 @@
|
||||
- stx-release-notes-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-linters
|
||||
- stx-integ-pylint
|
||||
- integ-tox-pep8
|
||||
- integ-tox-linters
|
||||
- integ-tox-pylint
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-linters
|
||||
- stx-integ-pylint
|
||||
- integ-tox-pep8
|
||||
- integ-tox-linters
|
||||
- integ-tox-pylint
|
||||
post:
|
||||
jobs:
|
||||
- stx-integ-upload-git-mirror
|
||||
@ -161,10 +161,25 @@
|
||||
q-metering: false
|
||||
q-svc: false
|
||||
|
||||
# Try this as a tox-based job with a minimal functional target in tox.ini
|
||||
- job:
|
||||
name: stx-integ-pylint
|
||||
name: integ-tox-linters
|
||||
parent: openstack-tox-linters
|
||||
description: |
|
||||
Run linters
|
||||
nodeset: debian-bullseye
|
||||
|
||||
- job:
|
||||
name: integ-tox-pep8
|
||||
parent: openstack-tox-pep8
|
||||
description: |
|
||||
Check conformance with pep8
|
||||
nodeset: debian-bullseye
|
||||
|
||||
- job:
|
||||
name: integ-tox-pylint
|
||||
parent: tox
|
||||
description: |
|
||||
Tox-based job with a minimal functional target in tox.ini
|
||||
nodeset: debian-bullseye
|
||||
required-projects:
|
||||
- starlingx/config
|
||||
|
Loading…
Reference in New Issue
Block a user