[PATCH] osmo-ci[master]: jobs: Add IPv6 build option to osmo-ggsn job

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
Mon Dec 4 12:47:40 UTC 2017


Review at  https://gerrit.osmocom.org/5165

jobs: Add IPv6 build option to osmo-ggsn job

Change-Id: I3f97bcd163b0458d00c0def7982cdaa349f08747
---
M jobs/gerrit-verifications.yml
M jobs/master-builds.yml
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/65/5165/1

diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 3de5093..d27fa62 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -106,7 +106,9 @@
       - osmo-ggsn:
           a1_name: GTP
           a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
-          cmd: GTP="$GTP" ./contrib/jenkins.sh
+          a2_name: IPv6
+          a2: !!python/tuple [--enable-ipv6, --disable-ipv6]
+          cmd: GTP="$GTP" IPv6="$IPv6" ./contrib/jenkins.sh
 
       - osmo-gsm-manuals
 
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 711bc0e..5f305f3 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -156,7 +156,9 @@
       - osmo-ggsn:
           a1_name: GTP
           a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]
-          cmd: GTP="$GTP" ./contrib/jenkins.sh
+          a2_name: IPv6
+          a2: !!python/tuple [--enable-ipv6, --disable-ipv6]
+          cmd: GTP="$GTP" IPv6="$IPv6" ./contrib/jenkins.sh
           publishers:
             downstream-ext:
               projects:

-- 
To view, visit https://gerrit.osmocom.org/5165
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f97bcd163b0458d00c0def7982cdaa349f08747
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list