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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.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 Mac Builder", 10 "WebKit Mac Builder",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--src-dir", 331 "--src-dir",
332 "[SLAVE_BUILD]/src", 332 "[SLAVE_BUILD]/src",
333 "--goma-cache-dir", 333 "--goma-cache-dir",
334 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
335 "--build-tool", 335 "--build-tool",
336 "ninja", 336 "ninja",
337 "--compiler", 337 "--compiler",
338 "goma-clang", 338 "goma-clang",
339 "--goma-jsonstatus", 339 "--goma-jsonstatus",
340 "/path/to/tmp/json", 340 "/path/to/tmp/json",
341 "--goma-service-account-json-file",
342 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 343 "--goma-dir",
342 "[BUILD]/goma", 344 "[BUILD]/goma",
343 "--", 345 "--",
344 "blink_tests", 346 "blink_tests",
345 "browser_tests", 347 "browser_tests",
346 "browser_tests_run" 348 "browser_tests_run"
347 ], 349 ],
348 "cwd": "[SLAVE_BUILD]", 350 "cwd": "[SLAVE_BUILD]",
349 "name": "compile", 351 "name": "compile",
350 "~followup_annotations": [ 352 "~followup_annotations": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "~followup_annotations": [ 468 "~followup_annotations": [
467 "@@@STEP_TEXT@WebKit Mac10.11@@@" 469 "@@@STEP_TEXT@WebKit Mac10.11@@@"
468 ] 470 ]
469 }, 471 },
470 { 472 {
471 "name": "$result", 473 "name": "$result",
472 "recipe_result": null, 474 "recipe_result": null,
473 "status_code": 0 475 "status_code": 0
474 } 476 }
475 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698