aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/setup-simtest.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17ansible: osmocom_build_deps: removeOliver Smith1-1/+0
The builds for almost all jenkins jobs are done in docker now, we definitely don't need to install all of these dependencies on all jenkins nodes anymore. Remove the file for now, so it doesn't look like they still get used and so we don't need to keep it up-to-date (e.g. inkscape was just replaced with rsvg-convert). When we deploy a new jenkins node and notice that we still do need a few of these dependencies, we can bring them back later. Change-Id: I7c87bd516d1bcdbcc21f65909dabbd3ccc38eede
2023-07-27ansible/setup-simtest: don't install deps for docsOliver Smith1-10/+0
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
2023-07-27ansible/setup-simtest: add tsharkOliver Smith1-0/+1
As requested by Philipp, add tshark to simtest. Change-Id: Ib330f08057888bab2253a9b38148eaa1a70f3800
2022-10-20ansible/setup-simtest: pre-install pysim dependsOliver Smith1-0/+20
Avoid spending time to install the depends of pysim in each CI job. Closes: OS#5497 Change-Id: I1e9ddb93f05108146a219bd28cf1e9332764bf8e
2021-03-08ansible: fix apt deprecation warning about loopsOliver Smith1-10/+9
Fix deprecation warnings like the following: [DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`, please use `name: ['libjansson-dev', 'libulfius-dev']` and remove the loop. This feature will be removed in version 2.11. Related: OS#5055 Change-Id: I57b9ce690e8167249468954f3e62d14c7a92fcfc
2020-02-26ansible/setup-simtest.yml: Python2 is deprecated, switch to Python3Vadim Yanitskiy1-5/+5
PySIM is about to switch to Python3, so Jenkins must be ready. Change-Id: I555af88b0e6a5c082e1e0cbd6915649a8a942052
2018-07-19ansible: add playbook setup-simtestAlexander Couzens1-0/+32
Change-Id: Iab74a2b3fc3148bce815b2dadd1fd683c4b64c44