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

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

Issue 2303333002: Revert of Add step to show goma stat in goma module (Closed)
Patch Set: 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
« 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 97c12f3f6e200a5787d3a682631de8b9f410a1b0..a2d939a2caf44a47c23cb1952d5b0693e48bfbee 100644
--- a/scripts/slave/recipe_modules/goma/api.py
+++ b/scripts/slave/recipe_modules/goma/api.py
@@ -185,9 +185,6 @@
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