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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_ASAN.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_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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux ASAN", 10 "WebKit Linux ASAN",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--src-dir", 321 "--src-dir",
322 "[SLAVE_BUILD]/src", 322 "[SLAVE_BUILD]/src",
323 "--goma-cache-dir", 323 "--goma-cache-dir",
324 "[GOMA_CACHE]", 324 "[GOMA_CACHE]",
325 "--build-tool", 325 "--build-tool",
326 "ninja", 326 "ninja",
327 "--compiler", 327 "--compiler",
328 "goma-clang", 328 "goma-clang",
329 "--goma-jsonstatus", 329 "--goma-jsonstatus",
330 "/path/to/tmp/json", 330 "/path/to/tmp/json",
331 "--goma-service-account-json-file",
332 "/creds/service_accounts/service-account-goma-client.json",
331 "--goma-dir", 333 "--goma-dir",
332 "[BUILD]/goma", 334 "[BUILD]/goma",
333 "--", 335 "--",
334 "blink_tests", 336 "blink_tests",
335 "browser_tests", 337 "browser_tests",
336 "browser_tests_run" 338 "browser_tests_run"
337 ], 339 ],
338 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
339 "name": "compile", 341 "name": "compile",
340 "~followup_annotations": [ 342 "~followup_annotations": [
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 506 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
505 "@@@STEP_LOG_END@python.inline@@@" 507 "@@@STEP_LOG_END@python.inline@@@"
506 ] 508 ]
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