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

Unified Diff: scripts/slave/recipes/skia/housekeeper_percommit.py

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll Created 4 years, 8 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: scripts/slave/recipes/skia/housekeeper_percommit.py
diff --git a/scripts/slave/recipes/skia/housekeeper_percommit.py b/scripts/slave/recipes/skia/housekeeper_percommit.py
index c7a984e1d8871061d5edbf7408a04f73825f8b90..2195d0479ef6c37e4cdb97d4ffa4140eb3f1b2bd 100644
--- a/scripts/slave/recipes/skia/housekeeper_percommit.py
+++ b/scripts/slave/recipes/skia/housekeeper_percommit.py
@@ -64,7 +64,8 @@ def GenTests(api):
api.test(buildername) +
api.properties(buildername=buildername,
mastername=mastername,
- slavename=slavename)
+ slavename=slavename) +
+ api.path.exists(api.path['slave_build'])
)
buildername = 'Housekeeper-PerCommit-Trybot'
@@ -73,5 +74,6 @@ def GenTests(api):
api.properties(buildername=buildername,
mastername=mastername,
slavename=slavename,
- issue=500)
+ issue=500) +
+ api.path.exists(api.path['slave_build'])
)

Powered by Google App Engine
This is Rietveld 408576698