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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "--src-dir", 336 "--src-dir",
337 "[SLAVE_BUILD]\\src", 337 "[SLAVE_BUILD]\\src",
338 "--goma-cache-dir", 338 "--goma-cache-dir",
339 "[GOMA_CACHE]", 339 "[GOMA_CACHE]",
340 "--build-tool", 340 "--build-tool",
341 "ninja", 341 "ninja",
342 "--compiler", 342 "--compiler",
343 "goma-clang", 343 "goma-clang",
344 "--goma-jsonstatus", 344 "--goma-jsonstatus",
345 "/path/to/tmp/json", 345 "/path/to/tmp/json",
346 "--goma-service-account-json-file",
347 "C:\\creds\\service_accounts\\service-account-goma-client.json",
346 "--goma-dir", 348 "--goma-dir",
347 "[BUILD]\\goma", 349 "[BUILD]\\goma",
348 "--", 350 "--",
349 "all" 351 "all"
350 ], 352 ],
351 "cwd": "[SLAVE_BUILD]", 353 "cwd": "[SLAVE_BUILD]",
352 "name": "compile", 354 "name": "compile",
353 "~followup_annotations": [ 355 "~followup_annotations": [
354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
355 "@@@STEP_LOG_END@json.output (invalid)@@@" 357 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "~followup_annotations": [ 442 "~followup_annotations": [
441 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" 443 "@@@STEP_TEXT@CrWinClang(shared) tester@@@"
442 ] 444 ]
443 }, 445 },
444 { 446 {
445 "name": "$result", 447 "name": "$result",
446 "recipe_result": null, 448 "recipe_result": null,
447 "status_code": 0 449 "status_code": 0
448 } 450 }
449 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698