summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2023-03-13 10:20:22 -0700
committerClark Boylan <clark.boylan@gmail.com>2023-03-14 08:08:22 -0700
commit904d175d19cc1d68747dd122950b687c4c7439ad (patch)
treec2997b5ddbe2738dcf10a1161d89ac0a3c4ada45 /.zuul.yaml
parentfcd9de135b0685be44459bd351529617e06f377e (diff)
downloadgit-review-904d175d19cc1d68747dd122950b687c4c7439ad.tar.gz
Test old and new GerritHEADmaster
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml32
1 files changed, 28 insertions, 4 deletions
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: