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

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

Issue 2300933002: Add step to show goma stat in goma module (Closed)
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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/goma/example.expected/linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/goma/api.py
diff --git a/scripts/slave/recipe_modules/goma/api.py b/scripts/slave/recipe_modules/goma/api.py
index a2d939a2caf44a47c23cb1952d5b0693e48bfbee..97c12f3f6e200a5787d3a682631de8b9f410a1b0 100644
--- a/scripts/slave/recipe_modules/goma/api.py
+++ b/scripts/slave/recipe_modules/goma/api.py
@@ -185,6 +185,9 @@ class GomaApi(recipe_api.RecipeApi):
self.m.python(name='goma_jsonstatus', script=self.goma_ctl,
args=['jsonstatus', self.json_path],
env=self._goma_ctl_env, **kwargs)
+ self.m.python(name='goma_stat', script=self.goma_ctl,
+ args=['stat'],
+ env=self._goma_ctl_env, **kwargs)
self.m.python(name='stop_goma', script=self.goma_ctl,
args=['stop'], env=self._goma_ctl_env, **kwargs)
self._upload_logs(ninja_log_outdir, ninja_log_compiler,
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/goma/example.expected/linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698