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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "--goma-cache-dir", 340 "--goma-cache-dir",
341 "[GOMA_CACHE]", 341 "[GOMA_CACHE]",
342 "--build-tool", 342 "--build-tool",
343 "ninja", 343 "ninja",
344 "--build-data-dir", 344 "--build-data-dir",
345 "[ROOT]/build_data_dir", 345 "[ROOT]/build_data_dir",
346 "--compiler", 346 "--compiler",
347 "goma", 347 "goma",
348 "--goma-jsonstatus", 348 "--goma-jsonstatus",
349 "/path/to/tmp/json", 349 "/path/to/tmp/json",
350 "--goma-service-account-json-file",
351 "/creds/service_accounts/service-account-goma-client.json",
350 "--goma-dir", 352 "--goma-dir",
351 "[CACHE]/cipd/goma", 353 "[CACHE]/cipd/goma",
352 "--", 354 "--",
353 "base_junit_tests", 355 "base_junit_tests",
354 "browser_tests_apk_run", 356 "browser_tests_apk_run",
355 "chrome_junit_tests", 357 "chrome_junit_tests",
356 "components_junit_tests", 358 "components_junit_tests",
357 "content_junit_tests", 359 "content_junit_tests",
358 "junit_unit_tests", 360 "junit_unit_tests",
359 "net_junit_tests", 361 "net_junit_tests",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "~followup_annotations": [ 457 "~followup_annotations": [
456 "@@@STEP_TEXT@Android Tests@@@" 458 "@@@STEP_TEXT@Android Tests@@@"
457 ] 459 ]
458 }, 460 },
459 { 461 {
460 "name": "$result", 462 "name": "$result",
461 "recipe_result": null, 463 "recipe_result": null,
462 "status_code": 0 464 "status_code": 0
463 } 465 }
464 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698