Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: skolo/raspberry-pi/ansible_scripts/disk_check.yml

Issue 2308033002: Update RPIs to use .gitconfig and .netrc (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix copypasta Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « skolo/raspberry-pi/ansible_scripts/df_check.yml ('k') | skolo/raspberry-pi/ansible_scripts/migrate_to_prod.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698