This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: jenkins: fix jobs template
......................................................................
jenkins: fix jobs template
The sequential parameter was silently skipped because it was absent from
the project template. Fix this for both master- and gerrit- jobs.
Change-Id: I0bc28695f4f270bc7b1cc4bcd5d4d43ede6172f3
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 4 insertions(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index ce9d084..3789353 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -18,6 +18,7 @@
a4_name: a4
a4: !!python/tuple [default]
combination_filter: ''
+ sequential: false
# most common build invocation
cmd: ./contrib/jenkins.sh
repos_url: 'ssh://jenkins@gerrit.osmocom.org:29418/{repos}'
@@ -211,6 +212,7 @@
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
execution-strategy:
+ sequential: '{obj:sequential}'
combination-filter: |
{obj:combination_filter}
axes:
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 0f9bb1e..8cacf27 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -15,6 +15,7 @@
a3_name: a3
a3: !!python/tuple [default]
combination_filter: ''
+ sequential: false
# most common build invocation
cmd: ./contrib/jenkins.sh
trigger:
@@ -261,6 +262,7 @@
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
execution-strategy:
+ sequential: '{obj:sequential}'
combination-filter: |
{obj:combination_filter}
axes:
--
To view, visit https://gerrit.osmocom.org/5985
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0bc28695f4f270bc7b1cc4bcd5d4d43ede6172f3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>