aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/osmocom-jenkins-slave/defaults/main.yml
blob: bdc13b46ba04dd5053c607e00042cce2a3562f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---

# OS user
jenkins_user: jenkins

# install all osmocom runtime and build time dependencies
install_osmocom_build_deps: true

# E.g. a generic_slave requires different tasks as a
# special slave including the gsm-tester
generic_slave: true

# Setup the ttcn3 requirements
ttcn3_slave: true

# call fstrim peridically
osmocom_jenkins_slave_fstrim: false