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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.json

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--src-dir", 222 "--src-dir",
223 "[SLAVE_BUILD]\\src", 223 "[SLAVE_BUILD]\\src",
224 "--goma-cache-dir", 224 "--goma-cache-dir",
225 "[GOMA_CACHE]", 225 "[GOMA_CACHE]",
226 "--build-tool", 226 "--build-tool",
227 "ninja", 227 "ninja",
228 "--compiler", 228 "--compiler",
229 "goma", 229 "goma",
230 "--goma-jsonstatus", 230 "--goma-jsonstatus",
231 "/path/to/tmp/json", 231 "/path/to/tmp/json",
232 "--goma-service-account-json-file",
233 "C:\\creds\\service_accounts\\service-account-goma-client.json",
232 "--mode", 234 "--mode",
233 "official", 235 "official",
234 "--goma-dir", 236 "--goma-dir",
235 "[BUILD]\\goma", 237 "[BUILD]\\goma",
236 "--goma-hermetic", 238 "--goma-hermetic",
237 "fallback", 239 "fallback",
238 "--", 240 "--",
239 "chrome", 241 "chrome",
240 "chromium_builder_perf" 242 "chromium_builder_perf"
241 ], 243 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 ], 306 ],
305 "cwd": "[SLAVE_BUILD]", 307 "cwd": "[SLAVE_BUILD]",
306 "name": "process_dumps" 308 "name": "process_dumps"
307 }, 309 },
308 { 310 {
309 "name": "$result", 311 "name": "$result",
310 "recipe_result": null, 312 "recipe_result": null,
311 "status_code": 0 313 "status_code": 0
312 } 314 }
313 ] 315 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698