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

2018-01-23 Thread Harald Welte
Harald 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://jenk...@gerrit.osmocom.org:29418/{repos}'
@@ -211,6 +212,7 @@
   Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!
 
 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 @@
   Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!
 
 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 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: lynxis lazus 


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

2018-01-23 Thread Harald Welte

Patch Set 1: Code-Review+2 Verified+1

-- 
To view, visit https://gerrit.osmocom.org/5985
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0bc28695f4f270bc7b1cc4bcd5d4d43ede6172f3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


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

2018-01-22 Thread Max

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://jenk...@gerrit.osmocom.org:29418/{repos}'
@@ -211,6 +212,7 @@
   Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!
 
 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 @@
   Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!
 
 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