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: Fix missing OsmoPCU master build
......................................................................
Fix missing OsmoPCU master build
Similar to Idac6e53b1e0addbcb5b6c99b8051e1e0ad26bc5b fix the master
branch builds.
Change-Id: Icdd53a7cb037324a568e8eab529716e030e00583
---
M jobs/master-builds.yml
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index b98513a..2275539 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -204,15 +204,15 @@
a1_name: FIRMWARE_VERSION
a1: !!python/tuple [master, v2017.01, origin/nrw/litecell15-next]
a2_name: with_vty
- a2: !!python/tuple [yes ,no]
+ a2: !!python/tuple [True, False]
a3_name: with_dsp
a3: !!python/tuple [sysmo, lc15, none]
combination_filter: >
- (with_vty == "yes" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
- (with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||
- (with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01") ||
- (with_vty == "yes" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15-next") ||
- (with_vty == "no" && with_dsp == "none" && FIRMWARE_VERSION=="master")
+ (with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master") ||
+ (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master") ||
+ (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01") ||
+ (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15-next") ||
+ (with_vty == "False" && with_dsp == "none" && FIRMWARE_VERSION=="master")
- osmo-sgsn:
a1_name: IU
--
To view, visit https://gerrit.osmocom.org/5851
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icdd53a7cb037324a568e8eab529716e030e00583
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: neels <nhofmeyr at sysmocom.de>