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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "--src-dir", 361 "--src-dir",
362 "[SLAVE_BUILD]/src", 362 "[SLAVE_BUILD]/src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--build-tool", 365 "--build-tool",
366 "ninja", 366 "ninja",
367 "--compiler", 367 "--compiler",
368 "goma", 368 "goma",
369 "--goma-jsonstatus", 369 "--goma-jsonstatus",
370 "/path/to/tmp/json", 370 "/path/to/tmp/json",
371 "--goma-service-account-json-file",
372 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 373 "--goma-dir",
372 "[BUILD]/goma", 374 "[BUILD]/goma",
373 "--goma-fail-fast", 375 "--goma-fail-fast",
374 "--goma-disable-local-fallback", 376 "--goma-disable-local-fallback",
375 "--", 377 "--",
376 "android_webview_test_apk", 378 "android_webview_test_apk",
377 "chrome_public_test_apk", 379 "chrome_public_test_apk",
378 "chrome_sync_shell_test_apk", 380 "chrome_sync_shell_test_apk",
379 "content_shell_test_apk" 381 "content_shell_test_apk"
380 ], 382 ],
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 "--src-dir", 1005 "--src-dir",
1004 "[SLAVE_BUILD]/src", 1006 "[SLAVE_BUILD]/src",
1005 "--goma-cache-dir", 1007 "--goma-cache-dir",
1006 "[GOMA_CACHE]", 1008 "[GOMA_CACHE]",
1007 "--build-tool", 1009 "--build-tool",
1008 "ninja", 1010 "ninja",
1009 "--compiler", 1011 "--compiler",
1010 "goma", 1012 "goma",
1011 "--goma-jsonstatus", 1013 "--goma-jsonstatus",
1012 "/path/to/tmp/json", 1014 "/path/to/tmp/json",
1015 "--goma-service-account-json-file",
1016 "/creds/service_accounts/service-account-goma-client.json",
1013 "--goma-dir", 1017 "--goma-dir",
1014 "[BUILD]/goma", 1018 "[BUILD]/goma",
1015 "--goma-fail-fast", 1019 "--goma-fail-fast",
1016 "--goma-disable-local-fallback", 1020 "--goma-disable-local-fallback",
1017 "--", 1021 "--",
1018 "android_webview_test_apk", 1022 "android_webview_test_apk",
1019 "chrome_public_test_apk", 1023 "chrome_public_test_apk",
1020 "chrome_sync_shell_test_apk", 1024 "chrome_sync_shell_test_apk",
1021 "content_shell_test_apk" 1025 "content_shell_test_apk"
1022 ], 1026 ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1267 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1264 "@@@STEP_LOG_END@python.inline@@@" 1268 "@@@STEP_LOG_END@python.inline@@@"
1265 ] 1269 ]
1266 }, 1270 },
1267 { 1271 {
1268 "name": "$result", 1272 "name": "$result",
1269 "recipe_result": null, 1273 "recipe_result": null,
1270 "status_code": 0 1274 "status_code": 0
1271 } 1275 }
1272 ] 1276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698