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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/mac.json

Issue 2300933002: 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
Index: scripts/slave/recipe_modules/goma/example.expected/mac.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/mac.json b/scripts/slave/recipe_modules/goma/example.expected/mac.json
index 4f6a946b34c121ef7002625c57fb78ffc007bb43..2fc017d518a9aebd6a17c9d7310fc23b32a4c1c0 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/mac.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/mac.json
@@ -102,6 +102,18 @@
"python",
"-u",
"[CACHE]/cipd/goma/goma_ctl.py",
+ "stat"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "goma_stat"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[CACHE]/cipd/goma/goma_ctl.py",
"stop"
],
"env": {

Powered by Google App Engine
This is Rietveld 408576698