b0f82029d8
OpenDev is preparing to upgrade its Gerrit deployment to 3.9, so make sure git-review is working with the latest 3.9 point release. This also requires a newer JDK. While we're at it, switch from testing with Python 3.11 to 3.12 since that's ending up in more user environments these days. Also drop unit test jobs that exercise old Python with new Gerrit and new Python with old Gerrit to simplify the test matrix, because our Python 3.6 platform lacks new enough Java to support current Gerrit releases. And since the Python 3.12 testing uses a platform with newer tools, remove an unnecessary Git command output assert where the output has diverged significantly from version to version, trusting that Git will do what it's asked to do because we're not interested in testing it for regressions anyway. Depends-On: https://review.opendev.org/920841 Change-Id: Idb1af841ba68a6f536117ef64f3bec011e905203
34 lines
730 B
YAML
34 lines
730 B
YAML
- job:
|
|
name: nox-py36-gerrit-default
|
|
parent: nox-py36
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: nox-py312-gerrit-395
|
|
parent: nox-py312
|
|
nodeset: ubuntu-noble
|
|
vars:
|
|
nox_environment:
|
|
WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.9.5.war'
|
|
|
|
- project:
|
|
vars:
|
|
release_python: python3
|
|
templates:
|
|
- publish-opendev-nox-docs
|
|
check:
|
|
jobs: &jobs
|
|
- build-python-release
|
|
- nox-linters
|
|
- nox-py36-gerrit-default
|
|
- nox-py312-gerrit-395
|
|
gate:
|
|
jobs: *jobs
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-python
|
|
release:
|
|
jobs:
|
|
- opendev-release-python
|
|
- opendev-publish-unversioned-nox-docs
|