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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/70/9770/1
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index e03434d..aebe0df 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
@@ -353,6 +355,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: newchange
Gerrit-Change-Id: I23cf2c98f02278a5deb9c4ae8d13438b76538287
Gerrit-Change-Number: 9770
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180628/e1b977c6/attachment.htm>