Files
git-review/.zuul.yaml
Clark Boylan 45c94b63fb Drop testing on Bionic and Python36
Bionic is on its way out due to lack of support in modern Ansible
releases and thus Zuul. Drop the bionic python36 job and replace it with
a focal python38 job. Update the setup.cfg trove attributes to match.

Change-Id: I2d1a29439e1b6979ba645a34e68e2d727c2decf2
2025-09-04 21:00:55 +00:00

43 lines
965 B
YAML

- job:
name: nox-py38-gerrit-default
parent: nox-py38
nodeset: ubuntu-focal
- job:
name: nox-py312-gerrit-310
parent: nox-py312
nodeset: ubuntu-noble
vars:
nox_environment:
WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.10.6.war'
- job:
name: nox-py312-gerrit-311
parent: nox-py312
nodeset: ubuntu-noble
vars:
nox_environment:
WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.11.3.war'
- project:
vars:
release_python: python3
templates:
- publish-opendev-nox-docs
check:
jobs: &jobs
- build-python-release
- nox-linters
- nox-py38-gerrit-default
- nox-py312-gerrit-310
- nox-py312-gerrit-311
gate:
jobs: *jobs
promote:
jobs:
- opendev-promote-python
release:
jobs:
- opendev-release-python
- opendev-publish-unversioned-nox-docs