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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder.json

Issue 1906513003: Revert "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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--src-dir", 339 "--src-dir",
340 "[SLAVE_BUILD]/src", 340 "[SLAVE_BUILD]/src",
341 "--goma-cache-dir", 341 "--goma-cache-dir",
342 "[GOMA_CACHE]", 342 "[GOMA_CACHE]",
343 "--build-tool", 343 "--build-tool",
344 "ninja", 344 "ninja",
345 "--compiler", 345 "--compiler",
346 "goma-clang", 346 "goma-clang",
347 "--goma-jsonstatus", 347 "--goma-jsonstatus",
348 "/path/to/tmp/json", 348 "/path/to/tmp/json",
349 "--goma-service-account-json-file",
350 "/creds/service_accounts/service-account-goma-client.json",
351 "--goma-dir", 349 "--goma-dir",
352 "[CACHE]/cipd/goma", 350 "[CACHE]/cipd/goma",
353 "--ninja-ensure-up-to-date", 351 "--ninja-ensure-up-to-date",
354 "--", 352 "--",
355 "browser_tests", 353 "browser_tests",
356 "browser_tests_run", 354 "browser_tests_run",
357 "chromium_builder_tests" 355 "chromium_builder_tests"
358 ], 356 ],
359 "cwd": "[SLAVE_BUILD]", 357 "cwd": "[SLAVE_BUILD]",
360 "name": "compile", 358 "name": "compile",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "~followup_annotations": [ 500 "~followup_annotations": [
503 "@@@STEP_TEXT@Mac10.9 Tests@@@" 501 "@@@STEP_TEXT@Mac10.9 Tests@@@"
504 ] 502 ]
505 }, 503 },
506 { 504 {
507 "name": "$result", 505 "name": "$result",
508 "recipe_result": null, 506 "recipe_result": null,
509 "status_code": 0 507 "status_code": 0
510 } 508 }
511 ] 509 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698