aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 18:36:22 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 18:36:22 +0100
commit627bf3dd2f70ec75d934157625eecbfb2efc795b (patch)
treede3d8ecc28f4f75ac60fa665ba9f9d4ceef3bce3
parent53fabad9260298817c214014388002a336bec464 (diff)
Avoid '/' in jenkins matrix labels
The script already deals with this for osmo-bts by using the version_prefix variable Change-Id: I3102fc607718ca42634273e24e6ff303dc28483f
-rw-r--r--jobs/gerrit-verifications.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index c28a2fa..6128dc5 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -192,7 +192,7 @@
- osmo-pcu:
a1_name: FIRMWARE_VERSION
- a1: !!python/tuple [master, v2017.01, origin/nrw/litecell15, oc2g]
+ a1: !!python/tuple [master, v2017.01, litecell15, oc2g]
a2_name: with_vty
a2: !!python/tuple [True, False]
a3_name: with_dsp
@@ -204,7 +204,7 @@
(with_vty == "True" && with_dsp == "sysmo" && FIRMWARE_VERSION=="master" && WITH_MANUALS == "0") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="master" && WITH_MANUALS == "0") ||
(with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01" && WITH_MANUALS == "0") ||
- (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15" && WITH_MANUALS == "0") ||
+ (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="litecell15" && WITH_MANUALS == "0") ||
(with_vty == "True" && with_dsp == "oc2g" && FIRMWARE_VERSION=="oc2g" && WITH_MANUALS == "0") ||
(with_vty == "False" && with_dsp == "none" && FIRMWARE_VERSION=="master" && WITH_MANUALS == "1")