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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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 (dbg)", 10 "Android Builder (dbg)",
(...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 "cronet_test_instrumentation_apk", 360 "cronet_test_instrumentation_apk",
359 "junit_unit_tests", 361 "junit_unit_tests",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "~followup_annotations": [ 458 "~followup_annotations": [
457 "@@@STEP_TEXT@Android Tests (dbg)@@@" 459 "@@@STEP_TEXT@Android Tests (dbg)@@@"
458 ] 460 ]
459 }, 461 },
460 { 462 {
461 "name": "$result", 463 "name": "$result",
462 "recipe_result": null, 464 "recipe_result": null,
463 "status_code": 0 465 "status_code": 0
464 } 466 }
465 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698