afsmon/.zuul.yaml
Clark Boylan 4fd41a7033 Update afsmon python testing to modern versions
We run this tool primarily on our mirror-update nodes which are
currently Focal with python3.8. We want to drop the python35 testing so
that we can clean up our Xenial test nodes. Update afsmon's testing to
more closely match the current production environment and potential
future environments while also dropping python35 on Xenial jobs.

Small changes are made to fix a string escapes warning and a use of mock
error when running flake8.

Change-Id: Id509936bf9eb200fc92dcaa06a18c1a79ef13e2c
2024-04-29 14:43:26 -07:00

20 lines
428 B
YAML

- project:
check:
jobs:
- tox-pep8
- tox-py38:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: debian-bookworm
gate:
jobs:
- tox-pep8
- tox-py38:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: debian-bookworm