Index: skolo/raspberry-pi/ansible_scripts/disk_check.yml |
diff --git a/skolo/raspberry-pi/ansible_scripts/disk_check.yml b/skolo/raspberry-pi/ansible_scripts/disk_check.yml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bedc80cbad7f6ab710799edbaa85d1608dc1542d |
--- /dev/null |
+++ b/skolo/raspberry-pi/ansible_scripts/disk_check.yml |
@@ -0,0 +1,7 @@ |
+--- |
+- hosts: all |
+ remote_user: chrome-bot |
+ tasks: |
+ |
+ - name: making sure there is about 16 GB free in cache |
+ command: python /b/swarm_slave/swarming_bot.1.zip run_isolated --clean --log-file /b/swarm_slave/logs/run_isolated.log --cache /b/swarm_slave/cache --min-free-space 10737418240 |