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: osmo-ggsn + openggsn: Build with and without kernel GTP support
......................................................................
osmo-ggsn + openggsn: Build with and without kernel GTP support
Change-Id: I974ba11fd8ef1ed87ec87fb64b8da44d5a8fec9f
---
M jobs/gerrit-verifications.yml
1 file changed, 9 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 4e8aab4..da80e62 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -73,7 +73,10 @@
-v "$HOME/bin:/build_bin" -v "$ARTIFACT_STORE:/artifact_store" \
osmocom:amd64 /build/contrib/jenkins.sh
- - openggsn
+ - openggsn:
+ a1_name: GTP
+ a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
+ cmd: GTP="$GTP" ./contrib/jenkins.sh
- osmo-bsc:
concurrent: true
@@ -100,7 +103,11 @@
(FIRMWARE_VERSION == "origin/nrw/litecell15-next" && BTS_MODEL == "lc15")
cmd: './contrib/jenkins_bts_model.sh "$BTS_MODEL"'
- - osmo-ggsn
+ - osmo-ggsn:
+ a1_name: gtp-linux
+ a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
+ cmd: GTP="$GTP" ./contrib/jenkins.sh
+
- osmo-gsm-manuals
- osmo-hlr:
--
To view, visit https://gerrit.osmocom.org/4826
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I974ba11fd8ef1ed87ec87fb64b8da44d5a8fec9f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>