Change in osmo-ci[master]: Restrict where the parent build runs for osmo-gsm-manuals

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jul 3 05:59:30 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9770 )

Change subject: Restrict where the parent build runs for osmo-gsm-manuals
......................................................................

Restrict where the parent build runs for osmo-gsm-manuals

This seems to resolve the issue where the jenkins job fails due to
missing ssh credentials.

Other jobs can also use this by setting the node property

Change-Id: I23cf2c98f02278a5deb9c4ae8d13438b76538287
Ticket: OS#3338
---
M jobs/master-builds.yml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified
  lynxis lazus: Looks good to me, approved



diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index a3e33be..61f3973 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -5,6 +5,7 @@
     # following default values can be overridden by each repo
     disabled: false
     concurrent: false
+    node: ''
     # axes related defaults
     slave_axis: !!python/tuple [osmocom-master-debian9]
     a1_name: a1
@@ -209,6 +210,7 @@
           email: gerrit-log at lists.osmocom.org 246tnt at gmail.com
 
       - osmo-gsm-manuals:
+          node: 'osmocom-master-debian9'
           # publishing once is plenty
           cmd: >
            # keep first line with less indent to preserve newlines
@@ -354,6 +356,7 @@
       sequential: '{obj:sequential}'
       combination-filter: |
         {obj:combination_filter}
+    node: '{obj:node}'
     axes:
       - axis:
           type: slave

-- 
To view, visit https://gerrit.osmocom.org/9770
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: I23cf2c98f02278a5deb9c4ae8d13438b76538287
Gerrit-Change-Number: 9770
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180703/234aa58e/attachment.htm>


More information about the gerrit-log mailing list