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

Side by Side Diff: scripts/slave/recipe_modules/goma/example.expected/linux.json

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 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",
117 "stop" 105 "stop"
118 ], 106 ],
119 "env": { 107 "env": {
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
121 }, 109 },
122 "name": "stop_goma" 110 "name": "stop_goma"
123 }, 111 },
124 { 112 {
125 "cmd": [ 113 "cmd": [
126 "python", 114 "python",
(...skipping 28 matching lines...) Expand all
155 "12345" 143 "12345"
156 ], 144 ],
157 "name": "stop cloudtail" 145 "name": "stop cloudtail"
158 }, 146 },
159 { 147 {
160 "name": "$result", 148 "name": "$result",
161 "recipe_result": null, 149 "recipe_result": null,
162 "status_code": 0 150 "status_code": 0
163 } 151 }
164 ] 152 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/goma/api.py ('k') | scripts/slave/recipe_modules/goma/example.expected/linux_upload_logs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698