osmith has submitted this change. ( 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(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved 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 https://gerrit.osmocom.org/c/osmo-ci/+/30145 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I25d799ccd0609732f7f82034f97881f1c75dcdf8 Gerrit-Change-Number: 30145 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: osmith <osm...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de> Gerrit-MessageType: merged