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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 307 "--build-data-dir",
308 "[ROOT]/build_data_dir", 308 "[ROOT]/build_data_dir",
309 "--compiler", 309 "--compiler",
310 "goma", 310 "goma",
311 "--goma-jsonstatus", 311 "--goma-jsonstatus",
312 "/path/to/tmp/json", 312 "/path/to/tmp/json",
313 "--goma-service-account-json-file",
314 "/creds/service_accounts/service-account-goma-client.json",
313 "--goma-dir", 315 "--goma-dir",
314 "[CACHE]/cipd/goma", 316 "[CACHE]/cipd/goma",
315 "--ninja-ensure-up-to-date", 317 "--ninja-ensure-up-to-date",
316 "--", 318 "--",
317 "blink_tests", 319 "blink_tests",
318 "browser_tests", 320 "browser_tests",
319 "browser_tests_run" 321 "browser_tests_run"
320 ], 322 ],
321 "cwd": "[SLAVE_BUILD]", 323 "cwd": "[SLAVE_BUILD]",
322 "name": "compile", 324 "name": "compile",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 483 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
482 "@@@STEP_LOG_END@python.inline@@@" 484 "@@@STEP_LOG_END@python.inline@@@"
483 ] 485 ]
484 }, 486 },
485 { 487 {
486 "name": "$result", 488 "name": "$result",
487 "recipe_result": null, 489 "recipe_result": null,
488 "status_code": 0 490 "status_code": 0
489 } 491 }
490 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698