osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email )
Change subject: ansible/setup-jenkins: add more utils
......................................................................
ansible/setup-jenkins: add more utils
* etckeeper: to automatically have /etc changes versioned in git; we
already use it in various other places
* ncdu: to figure out what consumes space
* tree: list directory trees, useful to quickly check if e.g. ccache
and jenkins workspace dirs are populated properly
Change-Id: I4b0e5a21f77d0ffb60f1f3aaf91aecd08cb2fe90
---
M ansible/setup-jenkins-slave.yml
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/07/37107/1
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index e9b5fbd..ffafaf0 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -9,9 +9,12 @@
apt:
name:
- ca-certificates
+ - etckeeper
+ - ncdu
- rsync
- screen
- tmux
+ - tree
- vim
cache_valid_time: 3600
update_cache: yes
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4b0e5a21f77d0ffb60f1f3aaf91aecd08cb2fe90
Gerrit-Change-Number: 37107
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange