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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac_Builder_Trybot.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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder-Trybot", 10 "Mac Builder-Trybot",
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--src-dir", 330 "--src-dir",
331 "[SLAVE_BUILD]/src", 331 "[SLAVE_BUILD]/src",
332 "--goma-cache-dir", 332 "--goma-cache-dir",
333 "[GOMA_CACHE]", 333 "[GOMA_CACHE]",
334 "--build-tool", 334 "--build-tool",
335 "ninja", 335 "ninja",
336 "--compiler", 336 "--compiler",
337 "goma-clang", 337 "goma-clang",
338 "--goma-jsonstatus", 338 "--goma-jsonstatus",
339 "/path/to/tmp/json", 339 "/path/to/tmp/json",
340 "--goma-service-account-json-file",
341 "/creds/service_accounts/service-account-goma-client.json",
340 "--goma-dir", 342 "--goma-dir",
341 "[BUILD]/goma", 343 "[BUILD]/goma",
342 "--ninja-ensure-up-to-date", 344 "--ninja-ensure-up-to-date",
343 "--", 345 "--",
344 "browser_tests", 346 "browser_tests",
345 "browser_tests_run", 347 "browser_tests_run",
346 "chromium_builder_tests" 348 "chromium_builder_tests"
347 ], 349 ],
348 "cwd": "[SLAVE_BUILD]", 350 "cwd": "[SLAVE_BUILD]",
349 "name": "compile", 351 "name": "compile",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "~followup_annotations": [ 441 "~followup_annotations": [
440 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" 442 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@"
441 ] 443 ]
442 }, 444 },
443 { 445 {
444 "name": "$result", 446 "name": "$result",
445 "recipe_result": null, 447 "recipe_result": null,
446 "status_code": 0 448 "status_code": 0
447 } 449 }
448 ] 450 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698