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

Side by Side 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "env": { 95 "env": {
96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
97 }, 97 },
98 "name": "goma_jsonstatus" 98 "name": "goma_jsonstatus"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "python", 102 "python",
103 "-u", 103 "-u",
104 "[CACHE]/cipd/goma/goma_ctl.py", 104 "[CACHE]/cipd/goma/goma_ctl.py",
105 "stat"
106 ],
107 "env": {
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
109 },
110 "name": "goma_stat"
111 },
112 {
113 "cmd": [
114 "python",
115 "-u",
116 "[CACHE]/cipd/goma/goma_ctl.py",
105 "stop" 117 "stop"
106 ], 118 ],
107 "env": { 119 "env": {
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
109 }, 121 },
110 "name": "stop_goma" 122 "name": "stop_goma"
111 }, 123 },
112 { 124 {
113 "cmd": [ 125 "cmd": [
114 "python", 126 "python",
(...skipping 28 matching lines...) Expand all
143 "12345" 155 "12345"
144 ], 156 ],
145 "name": "stop cloudtail" 157 "name": "stop cloudtail"
146 }, 158 },
147 { 159 {
148 "name": "$result", 160 "name": "$result",
149 "recipe_result": null, 161 "recipe_result": null,
150 "status_code": 0 162 "status_code": 0
151 } 163 }
152 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698