osmith has uploaded this change for review.
master-pysim: use specific node for docs upload
Related: OS#5767
Change-Id: I25d799ccd0609732f7f82034f97881f1c75dcdf8
---
M jobs/master-builds.yml
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/45/30145/1
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")
To view, visit change 30145. To unsubscribe, or for help writing mail filters, visit settings.