summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
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: