master-pysim: use specific node for docs upload

Related: OS#5767
Change-Id: I25d799ccd0609732f7f82034f97881f1c75dcdf8
This commit is contained in:
Oliver Smith 2022-11-14 13:09:44 +01:00
parent 27a9092b7c
commit 6b7741400d
1 changed files with 3 additions and 2 deletions

View File

@ -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")