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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "--src-dir", 269 "--src-dir",
270 "[SLAVE_BUILD]\\src", 270 "[SLAVE_BUILD]\\src",
271 "--goma-cache-dir", 271 "--goma-cache-dir",
272 "[GOMA_CACHE]", 272 "[GOMA_CACHE]",
273 "--build-tool", 273 "--build-tool",
274 "ninja", 274 "ninja",
275 "--compiler", 275 "--compiler",
276 "goma", 276 "goma",
277 "--goma-jsonstatus", 277 "--goma-jsonstatus",
278 "/path/to/tmp/json", 278 "/path/to/tmp/json",
279 "--goma-service-account-json-file",
280 "C:\\creds\\service_accounts\\service-account-goma-client.json",
279 "--goma-dir", 281 "--goma-dir",
280 "[BUILD]\\goma", 282 "[BUILD]\\goma",
281 "--", 283 "--",
282 "chrome" 284 "chrome"
283 ], 285 ],
284 "cwd": "[SLAVE_BUILD]", 286 "cwd": "[SLAVE_BUILD]",
285 "name": "compile", 287 "name": "compile",
286 "~followup_annotations": [ 288 "~followup_annotations": [
287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
288 "@@@STEP_LOG_END@json.output (invalid)@@@" 290 "@@@STEP_LOG_END@json.output (invalid)@@@"
289 ] 291 ]
290 }, 292 },
291 { 293 {
292 "name": "$result", 294 "name": "$result",
293 "recipe_result": null, 295 "recipe_result": null,
294 "status_code": 0 296 "status_code": 0
295 } 297 }
296 ] 298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698