Add tox jobs: stx-tox-{linters,pep8}

Define starlingx-specific tox jobs similar to openstack ones, but force
the use of debian-bullseye (python 3.10). These jobs may be referenced
in other StarlingX projects in place of openstack-tox-linters and
similar.

Story: 2011326
Task: 51551

Change-Id: I0a3a351193cf3e59d2a0b7aeb248409f1f1505ef
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
This commit is contained in:
Davlet Panech 2025-01-16 09:24:26 -05:00
parent 0cddfe7435
commit fcf5ff1c96

View File

@ -40,3 +40,17 @@
- ^releasenotes/.*$
- ^setup.cfg$
- ^tox.ini$
- job:
name: stx-tox-linters
parent: openstack-tox-linters
description: |
Run Tox linters on debian-bullseye
nodeset: debian-bullseye
- job:
name: stx-tox-pep8
parent: openstack-tox-pep8
description: |
Run Tox pep8 tests on debian-bullseye
nodeset: debian-bullseye