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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty.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 Trusty", 10 "WebKit Linux Trusty",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--src-dir", 301 "--src-dir",
302 "[SLAVE_BUILD]/src", 302 "[SLAVE_BUILD]/src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--build-tool", 305 "--build-tool",
306 "ninja", 306 "ninja",
307 "--compiler", 307 "--compiler",
308 "goma", 308 "goma",
309 "--goma-jsonstatus", 309 "--goma-jsonstatus",
310 "/path/to/tmp/json", 310 "/path/to/tmp/json",
311 "--goma-service-account-json-file",
312 "/creds/service_accounts/service-account-goma-client.json",
311 "--goma-dir", 313 "--goma-dir",
312 "[BUILD]/goma", 314 "[BUILD]/goma",
313 "--", 315 "--",
314 "blink_tests", 316 "blink_tests",
315 "browser_tests", 317 "browser_tests",
316 "browser_tests_run" 318 "browser_tests_run"
317 ], 319 ],
318 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
319 "name": "compile", 321 "name": "compile",
320 "~followup_annotations": [ 322 "~followup_annotations": [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 480 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
479 "@@@STEP_LOG_END@python.inline@@@" 481 "@@@STEP_LOG_END@python.inline@@@"
480 ] 482 ]
481 }, 483 },
482 { 484 {
483 "name": "$result", 485 "name": "$result",
484 "recipe_result": null, 486 "recipe_result": null,
485 "status_code": 0 487 "status_code": 0
486 } 488 }
487 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698