aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 18:36:20 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 18:36:20 +0100
commit53fabad9260298817c214014388002a336bec464 (patch)
treef915912a267bc1ee12fd1dd884cd7c25f77af71b
parentd3d3eb0fb1755ec68ec44229287b519922bc2d58 (diff)
Also build oc2g support for osmo-pcu
-rw-r--r--jobs/gerrit-verifications.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index a2f68f5..c28a2fa 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -192,11 +192,11 @@
- osmo-pcu:
a1_name: FIRMWARE_VERSION
- a1: !!python/tuple [master, v2017.01, origin/nrw/litecell15]
+ a1: !!python/tuple [master, v2017.01, origin/nrw/litecell15, oc2g]
a2_name: with_vty
a2: !!python/tuple [True, False]
a3_name: with_dsp
- a3: !!python/tuple [sysmo, lc15, none]
+ a3: !!python/tuple [sysmo, lc15, oc2g, none]
a4_name: WITH_MANUALS
a4: !!python/tuple ["1", "0"]
sequential: true
@@ -205,6 +205,7 @@
(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 == "oc2g" && FIRMWARE_VERSION=="oc2g" && WITH_MANUALS == "0") ||
(with_vty == "False" && with_dsp == "none" && FIRMWARE_VERSION=="master" && WITH_MANUALS == "1")
- osmo-python-tests: