aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/master-builds.yml
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-05 14:06:05 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-05 14:49:18 +0100
commitd77968c3d64751a5ff9b08a378e118980ada1c3e (patch)
tree9a26469b3d9fe87adff93f069cebf68f477899b4 /jobs/master-builds.yml
parente5e3773d5207d8f91cf2985bd7d3b386ea10b331 (diff)
gerrit-verifications/master-builds: fix errors
Fix three errors that prevented Jenkins from accepting the new configs from Ie0643b17a6be6e86e281b50d78dd7a6858cf99ee ("gerrit-verifications/master-builds: WITH_MANUALS"): * master-builds: fourth axis needs to be in the template or else the server will throw a 500 error. gerrit-verifications already has four template axes. * gerrit-verifications/osmo-pcu: || at the end of combination_filter * gerrit-verifications/osmo-sip-connector: missing ":" Change-Id: I4ad63a3167e59b0837ffd1576fb7c7cf2958ff32
Diffstat (limited to 'jobs/master-builds.yml')
-rw-r--r--jobs/master-builds.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 4988062..1b7cdfd 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -14,6 +14,8 @@
a2: !!python/tuple [default]
a3_name: a3
a3: !!python/tuple [default]
+ a4_name: a4
+ a4: !!python/tuple [default]
combination_filter: ''
sequential: false
# most common build invocation (PUBLISH=1 is prepended to publish manual PDFs)
@@ -408,6 +410,10 @@
type: user-defined
name: '{obj:a3_name}'
values: '{obj:a3}'
+ - axis:
+ type: user-defined
+ name: '{obj:a4_name}'
+ values: '{obj:a4}'
scm:
- git: