[PATCH] osmo-ci[master]: jenkins: master-builds: replace the label linux_amd64_debian...

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sun Feb 25 18:58:57 UTC 2018


Review at  https://gerrit.osmocom.org/6908

jenkins: master-builds: replace the label linux_amd64_debian8/9 -> osmocom-master-debian8/9

Introduce more precise labels to allow more flexibility when extending the jenkins setup.
The linux_amd64_debian8 or linux_amd64_debian9 is used across all build jobs which
make it hard to add new nodes which might only support one group of
jobs.

Change-Id: I0fa3d3f81ab01e2488fe07601740f42eb54b6d9c
---
M jobs/README.adoc
M jobs/master-builds.yml
2 files changed, 12 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/08/6908/1

diff --git a/jobs/README.adoc b/jobs/README.adoc
index d498658..5f94ca4 100644
--- a/jobs/README.adoc
+++ b/jobs/README.adoc
@@ -94,3 +94,11 @@
 and make sure to *not* pick the python3 versions
 (or you'll need to add catching of HTTPError to jenkins/__init__.py in
 'def maybe_add_crumb')
+
+*Jenkins labels*
+
+The build jobs are using labels to specify on which nodes the job should be run.
+Please use the following labels
+
+- osmocom-master-debian8: are nodes which can build osmocom-master and is a debian 8
+- osmocom-master-debian9: are nodes which can build osmocom-master and is a debian 9
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 392d9ba..bb1de8d 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -5,9 +5,9 @@
     # following default values can be overridden by each repo
     disabled: false
     concurrent: false
-    node: linux_amd64_debian8
+    node: osmocom-master-debian8
     # axes related defaults
-    slave_axis: !!python/tuple [linux_amd64_debian8]
+    slave_axis: !!python/tuple [osmocom-master-debian8]
     a1_name: a1
     a1: !!python/tuple [default]
     a2_name: a2
@@ -156,7 +156,7 @@
             ./contrib/jenkins.sh --publish
 
       - osmo-hlr:
-          slave_axis: !!python/tuple [linux_amd64_debian8, linux_amd64_debian9]
+          slave_axis: !!python/tuple [osmocom-master-debian8, osmocom-master-debian9]
 
       - osmo-iuh:
           trigger: master-osmo-msc, master-osmo-sgsn
@@ -244,7 +244,7 @@
       - osmo-tetra
 
       - osmo-trx:
-          slave_axis: !!python/tuple [linux_amd64_debian9]
+          slave_axis: !!python/tuple [osmocom-master-debian9]
           a1_name: INSTR
           a1: !!python/tuple [--with-sse, --with-neon, --with-neon-vfpv4]
           concurrent: true

-- 
To view, visit https://gerrit.osmocom.org/6908
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0fa3d3f81ab01e2488fe07601740f42eb54b6d9c
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list