Change in osmo-ci[master]: master-builds/gerrit: remove redundant GTP="$GTP"

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.org
Tue Dec 4 09:21:50 UTC 2018


osmith has submitted this change and it was merged. ( 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(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  osmith: Verified



diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index edfcf99..a4cceee 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 7572a20..d251ef0 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: merged
Gerrit-Change-Id: I9238da3dd3c4461f82dc7c792f886177399be3dc
Gerrit-Change-Number: 12084
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181204/e522a907/attachment.htm>


More information about the gerrit-log mailing list