osmith has uploaded this change for review.
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 change 37107. To unsubscribe, or for help writing mail filters, visit settings.