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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "--src-dir", 138 "--src-dir",
139 "[SLAVE_BUILD]\\v8", 139 "[SLAVE_BUILD]\\v8",
140 "--goma-cache-dir", 140 "--goma-cache-dir",
141 "[GOMA_CACHE]", 141 "[GOMA_CACHE]",
142 "--build-tool", 142 "--build-tool",
143 "ninja", 143 "ninja",
144 "--compiler", 144 "--compiler",
145 "goma", 145 "goma",
146 "--goma-jsonstatus", 146 "--goma-jsonstatus",
147 "/path/to/tmp/json", 147 "/path/to/tmp/json",
148 "--goma-service-account-json-file",
149 "C:\\creds\\service_accounts\\service-account-goma-client.json",
150 "--goma-dir", 148 "--goma-dir",
151 "[BUILD]\\goma", 149 "[BUILD]\\goma",
152 "--goma-fail-fast", 150 "--goma-fail-fast",
153 "--goma-disable-local-fallback", 151 "--goma-disable-local-fallback",
154 "--" 152 "--"
155 ], 153 ],
156 "cwd": "[SLAVE_BUILD]", 154 "cwd": "[SLAVE_BUILD]",
157 "name": "compile", 155 "name": "compile",
158 "~followup_annotations": [ 156 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 620 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
623 "@@@STEP_LOG_END@durations@@@" 621 "@@@STEP_LOG_END@durations@@@"
624 ] 622 ]
625 }, 623 },
626 { 624 {
627 "name": "$result", 625 "name": "$result",
628 "recipe_result": null, 626 "recipe_result": null,
629 "status_code": 0 627 "status_code": 0
630 } 628 }
631 ] 629 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698