[PATCH] osmo-ci[master]: jenkins: fix jobs template

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/.

Max gerrit-no-reply at lists.osmocom.org
Mon Jan 22 15:31:36 UTC 2018


Review at  https://gerrit.osmocom.org/5985

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/85/5985/1

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: newchange
Gerrit-Change-Id: I0bc28695f4f270bc7b1cc4bcd5d4d43ede6172f3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list