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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win64_release.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win64 Release", 10 "Win64 Release",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]\\src", 110 "[SLAVE_BUILD]\\src",
111 "--goma-cache-dir", 111 "--goma-cache-dir",
112 "[GOMA_CACHE]", 112 "[GOMA_CACHE]",
113 "--build-tool", 113 "--build-tool",
114 "ninja", 114 "ninja",
115 "--compiler", 115 "--compiler",
116 "goma", 116 "goma",
117 "--goma-jsonstatus", 117 "--goma-jsonstatus",
118 "/path/to/tmp/json", 118 "/path/to/tmp/json",
119 "--goma-service-account-json-file",
120 "C:\\creds\\service_accounts\\service-account-goma-client.json",
119 "--goma-dir", 121 "--goma-dir",
120 "[BUILD]\\goma", 122 "[BUILD]\\goma",
121 "--", 123 "--",
122 "All" 124 "All"
123 ], 125 ],
124 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
125 "name": "compile", 127 "name": "compile",
126 "~followup_annotations": [ 128 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
128 "@@@STEP_LOG_END@json.output (invalid)@@@" 130 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 ], 506 ],
505 "cwd": "[SLAVE_BUILD]", 507 "cwd": "[SLAVE_BUILD]",
506 "name": "webrtc_nonparallel_tests" 508 "name": "webrtc_nonparallel_tests"
507 }, 509 },
508 { 510 {
509 "name": "$result", 511 "name": "$result",
510 "recipe_result": null, 512 "recipe_result": null,
511 "status_code": 0 513 "status_code": 0
512 } 514 }
513 ] 515 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698