laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/33969 )
Change subject: ansible/setup-simtest: don't install deps for docs ......................................................................
ansible/setup-simtest: don't install deps for docs
The part of the jenkins job that generates documentation doesn't run on simtester anymore, so no need to install these dependencies anymore.
Related: pysim.git I5245c529db729e209d78a02ab9c917a90d0e0206 Related: OS#5497 Change-Id: I0dc1c9f9fc87ae1832d836d98f06e798b51c7e2e --- M ansible/setup-simtest.yml 1 file changed, 14 insertions(+), 10 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml index 84087c5..7b6913c 100644 --- a/ansible/setup-simtest.yml +++ b/ansible/setup-simtest.yml @@ -32,16 +32,6 @@ executable: pip3 requirements: /tmp/pysim_requirements.txt
- # https://gitea.osmocom.org/sim-card/pysim/src/branch/master/contrib/jenkins.s... - - name: "pysim: install other deps needed for contrib/jenkins.sh" - pip: - executable: pip3 - name: - - "git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse" - - pylint - - sphinx - - sphinxcontrib-napoleon - roles: - name: osmocom-jenkins-slave generic_slave: false