ttrun/.zuul.yaml
Monty Taylor 3df738d481 Update repo with latest hotness
Haven't touched this in a second. Update to python3 and stestr.
Drop py2, because sanity. Reformat with black because it's easy.
Replace tox with nox.

Add a gitreview and a zuul.yaml, since we live in Gerrit now.

Change-Id: I673a64e9680244ce9820c1683cd9a1d7906a6be3
2024-06-02 15:39:00 -07:00

23 lines
467 B
YAML

- project:
vars:
release_python: python3
check:
jobs:
- nox-linters
- nox-py311:
nodeset: ubuntu-jammy
gate:
jobs:
- nox-linters
- nox-py311:
nodeset: ubuntu-jammy
- build-python-release:
nodeset: ubuntu-jammy
promote:
jobs:
- opendev-promote-python
release:
jobs:
- opendev-release-python:
nodeset: ubuntu-jammy