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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "--src-dir", 338 "--src-dir",
339 "[SLAVE_BUILD]/src", 339 "[SLAVE_BUILD]/src",
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 "--compiler", 344 "--compiler",
345 "goma", 345 "goma",
346 "--goma-jsonstatus", 346 "--goma-jsonstatus",
347 "/path/to/tmp/json", 347 "/path/to/tmp/json",
348 "--goma-service-account-json-file",
349 "/creds/service_accounts/service-account-goma-client.json",
348 "--goma-dir", 350 "--goma-dir",
349 "[BUILD]/goma", 351 "[BUILD]/goma",
350 "--", 352 "--",
351 "base_junit_tests", 353 "base_junit_tests",
352 "browser_tests_apk_run", 354 "browser_tests_apk_run",
353 "chrome_junit_tests", 355 "chrome_junit_tests",
354 "components_junit_tests", 356 "components_junit_tests",
355 "content_junit_tests", 357 "content_junit_tests",
356 "junit_unit_tests", 358 "junit_unit_tests",
357 "net_junit_tests", 359 "net_junit_tests",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "~followup_annotations": [ 455 "~followup_annotations": [
454 "@@@STEP_TEXT@Android Tests@@@" 456 "@@@STEP_TEXT@Android Tests@@@"
455 ] 457 ]
456 }, 458 },
457 { 459 {
458 "name": "$result", 460 "name": "$result",
459 "recipe_result": null, 461 "recipe_result": null,
460 "status_code": 0 462 "status_code": 0
461 } 463 }
462 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698