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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.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 GN", 10 "Android GN",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "--src-dir", 295 "--src-dir",
296 "[SLAVE_BUILD]/src", 296 "[SLAVE_BUILD]/src",
297 "--goma-cache-dir", 297 "--goma-cache-dir",
298 "[GOMA_CACHE]", 298 "[GOMA_CACHE]",
299 "--build-tool", 299 "--build-tool",
300 "ninja", 300 "ninja",
301 "--compiler", 301 "--compiler",
302 "goma", 302 "goma",
303 "--goma-jsonstatus", 303 "--goma-jsonstatus",
304 "/path/to/tmp/json", 304 "/path/to/tmp/json",
305 "--goma-service-account-json-file",
306 "/creds/service_accounts/service-account-goma-client.json",
305 "--goma-dir", 307 "--goma-dir",
306 "[BUILD]/goma", 308 "[BUILD]/goma",
307 "--", 309 "--",
308 "android_webview_test_apk", 310 "android_webview_test_apk",
309 "base_junit_tests", 311 "base_junit_tests",
310 "breakpad_unittests_deps", 312 "breakpad_unittests_deps",
311 "chrome_junit_tests", 313 "chrome_junit_tests",
312 "chrome_public_test_apk", 314 "chrome_public_test_apk",
313 "chrome_sync_shell_test_apk", 315 "chrome_sync_shell_test_apk",
314 "components_invalidation_impl_junit_tests", 316 "components_invalidation_impl_junit_tests",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 932 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
931 "@@@STEP_LOG_END@python.inline@@@" 933 "@@@STEP_LOG_END@python.inline@@@"
932 ] 934 ]
933 }, 935 },
934 { 936 {
935 "name": "$result", 937 "name": "$result",
936 "recipe_result": null, 938 "recipe_result": null,
937 "status_code": 0 939 "status_code": 0
938 } 940 }
939 ] 941 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698