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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5164
jobs: Fix osmo-ggsn GTP build option
As far as I understand, the variable is populated using the name field.
In openggsn build it matches, but it doesn't in osmo-ggsn.
Change-Id: Ifb1a630b77a8c2f442e26dbef8e608882e8f9a71
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/64/5164/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index da80e62..3de5093 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -104,7 +104,7 @@
cmd: './contrib/jenkins_bts_model.sh "$BTS_MODEL"'
- osmo-ggsn:
- a1_name: gtp-linux
+ a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
cmd: GTP="$GTP" ./contrib/jenkins.sh
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index b127069..711bc0e 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -154,7 +154,7 @@
cmd: './contrib/jenkins_bts_model.sh "$BTS_MODEL"'
- osmo-ggsn:
- a1_name: gtp-linux
+ a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
cmd: GTP="$GTP" ./contrib/jenkins.sh
publishers:
--
To view, visit https://gerrit.osmocom.org/5164
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb1a630b77a8c2f442e26dbef8e608882e8f9a71
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>