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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/12084
Change subject: master-builds/gerrit: remove redundant GTP="$GTP"
......................................................................
master-builds/gerrit: remove redundant GTP="$GTP"
Variables for axes are already exported as environment variables.
Change 'GTP="$GTP" ./contrib/jenkins.sh' to './contrib/jenkins.sh' to
avoid confusion when introducing other variables.
Change-Id: I9238da3dd3c4461f82dc7c792f886177399be3dc
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/84/12084/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index e70d28e..14ff565 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -89,7 +89,7 @@
- openggsn:
a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
- cmd: GTP="$GTP" ./contrib/jenkins.sh
+ cmd: ./contrib/jenkins.sh
- osmo-bsc:
concurrent: true
@@ -126,7 +126,7 @@
- osmo-ggsn:
a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
- cmd: GTP="$GTP" ./contrib/jenkins.sh
+ cmd: ./contrib/jenkins.sh
- osmo-gsm-manuals
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index d485a5f..18bb1a0 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -197,7 +197,7 @@
- osmo-ggsn:
a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
- cmd: GTP="$GTP" ./contrib/jenkins.sh --publish
+ cmd: ./contrib/jenkins.sh --publish
trigger: master-osmo-sgsn
- osmo-gmr:
--
To view, visit https://gerrit.osmocom.org/12084
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9238da3dd3c4461f82dc7c792f886177399be3dc
Gerrit-Change-Number: 12084
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181203/ecbbfbcf/attachment.htm>