osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30145 )
Change subject: master-pysim: use specific node for docs upload ......................................................................
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")