From 904d175d19cc1d68747dd122950b687c4c7439ad Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 13 Mar 2023 10:20:22 -0700 Subject: Test old and new Gerrit 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 --- .zuul.yaml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index 00fdb8b..8497974 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,27 @@ +- 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 @@ -7,10 +31,10 @@ jobs: &jobs - build-python-release - nox-linters - - nox-py36: - nodeset: ubuntu-bionic - - nox-py311: - nodeset: ubuntu-jammy + - nox-py36-gerrit-default + - nox-py36-gerrit-371 + - nox-py311-gerrit-default + - nox-py311-gerrit-371 gate: jobs: *jobs promote: -- cgit v1.2.1