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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: jobs/master-builds: drop useless 'node' field
......................................................................
jobs/master-builds: drop useless 'node' field
The slaves to build on are determined by the slave_axis, the node parameter has
no useful effect.
Change-Id: I029de2a46f22a1b1dc977bce71137eb78b826157
---
M jobs/master-builds.yml
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Neels Hofmeyr: Verified
Harald Welte: Looks good to me, approved
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 3be7dc3..1ba249a 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -5,7 +5,6 @@
# following default values can be overridden by each repo
disabled: false
concurrent: false
- node: osmocom-master-debian8
# axes related defaults
slave_axis: !!python/tuple [osmocom-master-debian8]
a1_name: a1
@@ -259,7 +258,6 @@
- job-template:
name: 'master-{repos}'
project-type: matrix
- node: '{node}'
concurrent: '{obj:concurrent}'
disabled: '{obj:disabled}'
retry-count: 3 # scm checkout
--
To view, visit https://gerrit.osmocom.org/7578
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I029de2a46f22a1b1dc977bce71137eb78b826157
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>