pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/15794 )

Change subject: jobs/master-builds.yml: Set node for master axis job
......................................................................

jobs/master-builds.yml: Set node for master axis job

Otherwise the master job managing the axis can be run on any node,
something which is not desirable. For instance, right now job
master-osmo-ggsn is run on osmo-gsm-tester-rnd which is currently unable
to fetch some git repositories.
Let's avoid running master tests on unintended nodes.

Change-Id: I62abb3c490588adc4c0e13c761de44d442f8cefe
---
M jobs/master-builds.yml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  daniel: Looks good to me, approved
  pespin: Verified



diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 5a47028..854b991 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -5,7 +5,7 @@
     # following default values can be overridden by each repo
     disabled: false
     concurrent: false
-    node: ''
+    node: 'osmocom-master-debian8'
     # axes related defaults
     slave_axis: !!python/tuple [osmocom-master-debian9]
     a1_name: a1

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/15794
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I62abb3c490588adc4c0e13c761de44d442f8cefe
Gerrit-Change-Number: 15794
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: daniel <dwillm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to