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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...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",
342 "--goma-dir", 340 "--goma-dir",
343 "[CACHE]/cipd/goma", 341 "[CACHE]/cipd/goma",
344 "--ninja-ensure-up-to-date", 342 "--ninja-ensure-up-to-date",
345 "--", 343 "--",
346 "browser_tests", 344 "browser_tests",
347 "browser_tests_run", 345 "browser_tests_run",
348 "chromium_builder_tests" 346 "chromium_builder_tests"
349 ], 347 ],
350 "cwd": "[SLAVE_BUILD]", 348 "cwd": "[SLAVE_BUILD]",
351 "name": "compile", 349 "name": "compile",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "~followup_annotations": [ 439 "~followup_annotations": [
442 "@@@STEP_TEXT@Mac10.9 Tests@@@" 440 "@@@STEP_TEXT@Mac10.9 Tests@@@"
443 ] 441 ]
444 }, 442 },
445 { 443 {
446 "name": "$result", 444 "name": "$result",
447 "recipe_result": null, 445 "recipe_result": null,
448 "status_code": 0 446 "status_code": 0
449 } 447 }
450 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698