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

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

Issue 1906513003: Revert "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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "--src-dir", 308 "--src-dir",
309 "[SLAVE_BUILD]\\src", 309 "[SLAVE_BUILD]\\src",
310 "--goma-cache-dir", 310 "--goma-cache-dir",
311 "[GOMA_CACHE]", 311 "[GOMA_CACHE]",
312 "--build-tool", 312 "--build-tool",
313 "ninja", 313 "ninja",
314 "--compiler", 314 "--compiler",
315 "goma", 315 "goma",
316 "--goma-jsonstatus", 316 "--goma-jsonstatus",
317 "/path/to/tmp/json", 317 "/path/to/tmp/json",
318 "--goma-service-account-json-file",
319 "C:\\creds\\service_accounts\\service-account-goma-client.json",
320 "--goma-dir", 318 "--goma-dir",
321 "[CACHE]\\cipd\\goma", 319 "[CACHE]\\cipd\\goma",
322 "--", 320 "--",
323 "browser_tests", 321 "browser_tests",
324 "browser_tests_run" 322 "browser_tests_run"
325 ], 323 ],
326 "cwd": "[SLAVE_BUILD]", 324 "cwd": "[SLAVE_BUILD]",
327 "name": "compile", 325 "name": "compile",
328 "~followup_annotations": [ 326 "~followup_annotations": [
329 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 ], 429 ],
432 "cwd": "[SLAVE_BUILD]", 430 "cwd": "[SLAVE_BUILD]",
433 "name": "process_dumps" 431 "name": "process_dumps"
434 }, 432 },
435 { 433 {
436 "name": "$result", 434 "name": "$result",
437 "recipe_result": null, 435 "recipe_result": null,
438 "status_code": 0 436 "status_code": 0
439 } 437 }
440 ] 438 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698