904d175d19
This change updates the CI testing for git-review to test with Gerrit 3.4.4 and 3.7.1. This should give us good coverage of new and old Gerrit behavior when making changes to git-review. Note we leave 3.4.4 as the default in the test suite for local runs to try and limit possibility of breaking old Gerrit when adding features to git-review for new Gerrit. Change-Id: I4a42eddec1e247cbb0af5e74b8f1cee0ad58a79a
47 lines
1.0 KiB
YAML
47 lines
1.0 KiB
YAML
- job:
|
|
name: nox-py36-gerrit-default
|
|
parent: nox-py36
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: nox-py36-gerrit-371
|
|
parent: nox-py36-gerrit-default
|
|
vars:
|
|
nox_environment:
|
|
WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.7.1.war'
|
|
|
|
- job:
|
|
name: nox-py311-gerrit-default
|
|
parent: nox-py311
|
|
nodeset: ubuntu-jammy
|
|
|
|
- job:
|
|
name: nox-py311-gerrit-371
|
|
parent: nox-py311-gerrit-default
|
|
vars:
|
|
nox_environment:
|
|
WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.7.1.war'
|
|
|
|
- project:
|
|
vars:
|
|
release_python: python3
|
|
templates:
|
|
- publish-opendev-nox-docs
|
|
check:
|
|
jobs: &jobs
|
|
- build-python-release
|
|
- nox-linters
|
|
- nox-py36-gerrit-default
|
|
- nox-py36-gerrit-371
|
|
- nox-py311-gerrit-default
|
|
- nox-py311-gerrit-371
|
|
gate:
|
|
jobs: *jobs
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-python
|
|
release:
|
|
jobs:
|
|
- opendev-release-python
|
|
- opendev-publish-unversioned-nox-docs
|