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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "--src-dir", 381 "--src-dir",
382 "[SLAVE_BUILD]/src", 382 "[SLAVE_BUILD]/src",
383 "--goma-cache-dir", 383 "--goma-cache-dir",
384 "[GOMA_CACHE]", 384 "[GOMA_CACHE]",
385 "--build-tool", 385 "--build-tool",
386 "ninja", 386 "ninja",
387 "--compiler", 387 "--compiler",
388 "goma", 388 "goma",
389 "--goma-jsonstatus", 389 "--goma-jsonstatus",
390 "/path/to/tmp/json", 390 "/path/to/tmp/json",
391 "--goma-service-account-json-file",
392 "/creds/service_accounts/service-account-goma-client.json",
391 "--goma-dir", 393 "--goma-dir",
392 "[CACHE]/cipd/goma", 394 "[CACHE]/cipd/goma",
393 "--goma-fail-fast", 395 "--goma-fail-fast",
394 "--goma-disable-local-fallback", 396 "--goma-disable-local-fallback",
395 "--", 397 "--",
396 "android_webview_test_apk", 398 "android_webview_test_apk",
397 "chrome_public_test_apk", 399 "chrome_public_test_apk",
398 "chrome_sync_shell_test_apk", 400 "chrome_sync_shell_test_apk",
399 "content_shell_test_apk" 401 "content_shell_test_apk"
400 ], 402 ],
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 "--src-dir", 1045 "--src-dir",
1044 "[SLAVE_BUILD]/src", 1046 "[SLAVE_BUILD]/src",
1045 "--goma-cache-dir", 1047 "--goma-cache-dir",
1046 "[GOMA_CACHE]", 1048 "[GOMA_CACHE]",
1047 "--build-tool", 1049 "--build-tool",
1048 "ninja", 1050 "ninja",
1049 "--compiler", 1051 "--compiler",
1050 "goma", 1052 "goma",
1051 "--goma-jsonstatus", 1053 "--goma-jsonstatus",
1052 "/path/to/tmp/json", 1054 "/path/to/tmp/json",
1055 "--goma-service-account-json-file",
1056 "/creds/service_accounts/service-account-goma-client.json",
1053 "--goma-dir", 1057 "--goma-dir",
1054 "[CACHE]/cipd/goma", 1058 "[CACHE]/cipd/goma",
1055 "--goma-fail-fast", 1059 "--goma-fail-fast",
1056 "--goma-disable-local-fallback", 1060 "--goma-disable-local-fallback",
1057 "--", 1061 "--",
1058 "android_webview_test_apk", 1062 "android_webview_test_apk",
1059 "chrome_public_test_apk", 1063 "chrome_public_test_apk",
1060 "chrome_sync_shell_test_apk", 1064 "chrome_sync_shell_test_apk",
1061 "content_shell_test_apk" 1065 "content_shell_test_apk"
1062 ], 1066 ],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1307 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1304 "@@@STEP_LOG_END@python.inline@@@" 1308 "@@@STEP_LOG_END@python.inline@@@"
1305 ] 1309 ]
1306 }, 1310 },
1307 { 1311 {
1308 "name": "$result", 1312 "name": "$result",
1309 "recipe_result": null, 1313 "recipe_result": null,
1310 "status_code": 0 1314 "status_code": 0
1311 } 1315 }
1312 ] 1316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698