Change in osmo-ci[master]: master-builds: set PUBLISH=0 temporarily

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
Wed Dec 5 14:15:28 UTC 2018


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12137


Change subject: master-builds: set PUBLISH=0 temporarily
......................................................................

master-builds: set PUBLISH=0 temporarily

Disable uploading PDFs, as the SSH keys of some Jenkins bots are not
whitelisted for uploading yet. They get a permission denied error and
this is currently failing builds on master.

Related: OS#3385
Change-Id: I946f2e17229d3c602bbe79a72cc37104745ea552
---
M jobs/master-builds.yml
1 file changed, 10 insertions(+), 10 deletions(-)



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

diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 1b7cdfd..e331c9a 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -84,7 +84,7 @@
             master-osmo-iuh,
             master-osmo-msc,
             master-osmo-sgsn
-          cmd: WITH_MANUALS=1 PUBLISH=1 ./contrib/jenkins.sh
+          cmd: WITH_MANUALS=1 PUBLISH=0 ./contrib/jenkins.sh
 
       - libosmocore:
           a1_name: arch
@@ -198,7 +198,7 @@
             (FIRMWARE_VERSION == "superfemto_v5.1" && BTS_MODEL == "sysmo" && WITH_MANUALS == "0") ||
             (FIRMWARE_VERSION == "v2017.01" && BTS_MODEL == "lc15" && WITH_MANUALS == "0") ||
             (FIRMWARE_VERSION == "origin/nrw/litecell15" && BTS_MODEL == "lc15" && WITH_MANUALS == "0")
-          cmd: 'PUBLISH=1 ./contrib/jenkins_bts_model.sh "$BTS_MODEL"'
+          cmd: 'PUBLISH=0 ./contrib/jenkins_bts_model.sh "$BTS_MODEL"'
 
       - osmo-ggsn:
           a1_name: GTP
@@ -208,7 +208,7 @@
           combination_filter: >
             (GTP == "--enable-gtp-linux" && WITH_MANUALS == "0") ||
             (GTP == "--disable-gtp-linux" && WITH_MANUALS == "1")
-          cmd: PUBLISH=1 ./contrib/jenkins.sh
+          cmd: PUBLISH=0 ./contrib/jenkins.sh
           trigger: master-osmo-sgsn
 
       - osmo-gmr:
@@ -221,7 +221,7 @@
             ./contrib/jenkins.sh
 
       - osmo-hlr:
-          cmd: WITH_MANUALS=1 PUBLISH=1 ./contrib/jenkins.sh
+          cmd: WITH_MANUALS=1 PUBLISH=0 ./contrib/jenkins.sh
 
       - osmo-iuh:
           # Full triggers would be:
@@ -243,7 +243,7 @@
               -e PATH="$PATH:/build_bin" \
               -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
               -e WITH_MANUALS="1" \
-              -e PUBLISH="1" \
+              -e PUBLISH="0" \
               -w /build -i -u build \
               -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               -v "$HOME/.ssh:/home/build/.ssh:ro" \
@@ -273,7 +273,7 @@
               -e WITH_MANUALS="$WITH_MANUALS" \
               -e PATH="$PATH:/build_bin" \
               -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
-              -e PUBLISH="1" \
+              -e PUBLISH="0" \
               -w /build -u build \
               -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               -v "$ARTIFACT_STORE:/artifact_store" \
@@ -303,7 +303,7 @@
             (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="v2017.01" && WITH_MANUALS == "0") ||
             (with_vty == "True" && with_dsp == "lc15" && FIRMWARE_VERSION=="origin/nrw/litecell15" && WITH_MANUALS == "0") ||
             (with_vty == "False" && with_dsp == "none" && FIRMWARE_VERSION=="master" && WITH_MANUALS == "1")
-          cmd: PUBLISH=1 ./contrib/jenkins.sh
+          cmd: PUBLISH=0 ./contrib/jenkins.sh
 
       - osmo-sgsn:
           a1_name: IU
@@ -324,7 +324,7 @@
               -e WITH_MANUALS="$WITH_MANUALS" \
               -e PATH="$PATH:/build_bin" \
               -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
-              -e PUBLISH="1" \
+              -e PUBLISH="0" \
               -w /build -i -u build \
               -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
               -v "$HOME/.ssh:/home/build/.ssh:ro" \
@@ -332,7 +332,7 @@
 
       - osmo-sip-connector:
           email: gerrit-log at lists.osmocom.org laforge at gnumonks.org holger at freyther.de
-          cmd: WITH_MANUALS=1 PUBLISH=1 ./contrib/jenkins.sh
+          cmd: WITH_MANUALS=1 PUBLISH=0 ./contrib/jenkins.sh
 
       - osmo-tetra:
           email: gerrit-log at lists.osmocom.org laforge at gnumonks.org 246tnt at gmail.com
@@ -347,7 +347,7 @@
           concurrent: true
           combination_filter: >
             (INSTR == "--with-sse" && WITH_MANUALS == "1")
-          cmd: PUBLISH=1 ./contrib/jenkins.sh
+          cmd: PUBLISH=0 ./contrib/jenkins.sh
 
       - osmocom-bb
       - osmo-sysmon

-- 
To view, visit https://gerrit.osmocom.org/12137
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: I946f2e17229d3c602bbe79a72cc37104745ea552
Gerrit-Change-Number: 12137
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/20181205/57ca40e0/attachment.htm>


More information about the gerrit-log mailing list