aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-14 13:09:44 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-14 13:13:34 +0100
commit6b7741400def6920bfdfb8c6629b93e02d143e5a (patch)
tree6fc971b44e65272ea3ed7ba6f45bd01329eddafc
parent27a9092b7c9f956e550d80f96e4efc759d212bc6 (diff)
master-pysim: use specific node for docs upload
-rw-r--r--jobs/master-builds.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index adf5cea..3ef3f03 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -418,13 +418,14 @@
- pysim:
concurrent: false
- slave_axis: !!python/tuple [simtester,osmocom-master]
+ # OS#5767: only build2-deb9build-ansible is able to upload docs
+ slave_axis: !!python/tuple [simtester,osmocom-master,build2-deb9build-ansible]
a2_name: JOB_TYPE
a2: !!python/tuple ["test", "pylint", "docs"]
combination_filter: >
(JOB_TYPE == "test" && label == "simtester") ||
(JOB_TYPE == "pylint" && label == "osmocom-master") ||
- (JOB_TYPE == "docs" && label == "osmocom-master")
+ (JOB_TYPE == "docs" && label == "build2-deb9build-ansible")
cmd: |
case "$JOB_TYPE" in
"test")