aboutsummaryrefslogtreecommitdiffstats
path: root/jobs/master-builds.yml
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-02-25 16:25:44 +0100
committerAlexander Couzens <lynxis@fe80.eu>2018-02-25 19:58:30 +0100
commit77f5ceb8d477a81b30db4710810e78671711cb6f (patch)
treef53005be1abdec4aa7c890818f0200238b0ed557 /jobs/master-builds.yml
parent45bb81c8c08a07da3de9210b36ebcc31cb54eacd (diff)
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
Diffstat (limited to 'jobs/master-builds.yml')
-rw-r--r--jobs/master-builds.yml8
1 files changed, 4 insertions, 4 deletions
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