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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux__dbg_.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 (dbg)", 10 "WebKit Linux (dbg)",
(...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 "--", 317 "--",
316 "blink_tests", 318 "blink_tests",
317 "browser_tests", 319 "browser_tests",
318 "browser_tests_run" 320 "browser_tests_run"
319 ], 321 ],
320 "cwd": "[SLAVE_BUILD]", 322 "cwd": "[SLAVE_BUILD]",
321 "name": "compile", 323 "name": "compile",
322 "~followup_annotations": [ 324 "~followup_annotations": [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 482 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
481 "@@@STEP_LOG_END@python.inline@@@" 483 "@@@STEP_LOG_END@python.inline@@@"
482 ] 484 ]
483 }, 485 },
484 { 486 {
485 "name": "$result", 487 "name": "$result",
486 "recipe_result": null, 488 "recipe_result": null,
487 "status_code": 0 489 "status_code": 0
488 } 490 }
489 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698