[PATCH] osmo-ci[master]: Don't run OsmoPCU tests in parallel

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
Wed Jan 17 15:32:27 UTC 2018


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

Don't run OsmoPCU tests in parallel

The vty and ctrl tests are enabled by default and are run on hard-coded
ports. This causes some builds to fail when run in parallel.

Change-Id: I23d5b75825a667e4f043d16a12b841cd8f01af5e
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 4e553ea..70c21b5 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -152,6 +152,7 @@
           a2: !!python/tuple [True, False]
           a3_name: with_dsp
           a3: !!python/tuple [sysmo, lc15, none]
+          sequential: true
           combination_filter: >
             (with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
             (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 2275539..4400d8e 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -207,6 +207,7 @@
           a2: !!python/tuple [True, False]
           a3_name: with_dsp
           a3: !!python/tuple [sysmo, lc15, none]
+          sequential: true
           combination_filter: >
             (with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
             (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23d5b75825a667e4f043d16a12b841cd8f01af5e
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