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
This commit is contained in:
Pau Espin 2017-12-04 13:42:05 +01:00 committed by Neels Hofmeyr
parent 50201fc9e3
commit 787a51f51f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -117,7 +117,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
trigger: master-osmo-sgsn