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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug_builder.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - debug builder", 10 "V8 Linux64 - debug builder",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "--src-dir", 143 "--src-dir",
144 "[SLAVE_BUILD]/v8", 144 "[SLAVE_BUILD]/v8",
145 "--goma-cache-dir", 145 "--goma-cache-dir",
146 "[GOMA_CACHE]", 146 "[GOMA_CACHE]",
147 "--build-tool", 147 "--build-tool",
148 "ninja", 148 "ninja",
149 "--compiler", 149 "--compiler",
150 "goma-clang", 150 "goma-clang",
151 "--goma-jsonstatus", 151 "--goma-jsonstatus",
152 "/path/to/tmp/json", 152 "/path/to/tmp/json",
153 "--goma-service-account-json-file",
154 "/creds/service_accounts/service-account-goma-client.json",
153 "--goma-dir", 155 "--goma-dir",
154 "[BUILD]/goma", 156 "[BUILD]/goma",
155 "--" 157 "--"
156 ], 158 ],
157 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
158 "name": "compile", 160 "name": "compile",
159 "~followup_annotations": [ 161 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 162 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
161 "@@@STEP_LOG_END@json.output (invalid)@@@" 163 "@@@STEP_LOG_END@json.output (invalid)@@@"
162 ] 164 ]
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "~followup_annotations": [ 334 "~followup_annotations": [
333 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2<br />V8 Linux64 - debug - greedy allocator@@@" 335 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2<br />V8 Linux64 - debug - greedy allocator@@@"
334 ] 336 ]
335 }, 337 },
336 { 338 {
337 "name": "$result", 339 "name": "$result",
338 "recipe_result": null, 340 "recipe_result": null,
339 "status_code": 0 341 "status_code": 0
340 } 342 }
341 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698