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

Unified Diff: scripts/slave/recipe_modules/goma/example.py

Issue 2207273003: Implement upload_logs() in recipe_modules/goma (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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/recipe_modules/goma/example.py
diff --git a/scripts/slave/recipe_modules/goma/example.py b/scripts/slave/recipe_modules/goma/example.py
index 14db8055bbcf61f3d301662a5f0562d661e46866..0fa66b51486323a153c037d45bbb96c75b028ca2 100644
--- a/scripts/slave/recipe_modules/goma/example.py
+++ b/scripts/slave/recipe_modules/goma/example.py
@@ -9,7 +9,7 @@ DEPS = [
def RunSteps(api):
api.goma.ensure_goma()
- api.goma.start()
+ api.goma.start('/tmp/build_data_dir')
# build something using goma.
api.goma.stop()

Powered by Google App Engine
This is Rietveld 408576698