aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-06-28 17:13:16 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-03 05:59:30 +0000
commit68a838c435605049521416a59c9a770f215650ad (patch)
treed0fea28871d463e211e7dc075448757ab15d984d
parentf82bc2a1c9baf5f5c4c34454c57bfad1f5e91e90 (diff)
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
-rw-r--r--jobs/master-builds.yml3
1 files changed, 3 insertions, 0 deletions
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@lists.osmocom.org 246tnt@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