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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--build-tool", 298 "--build-tool",
299 "ninja", 299 "ninja",
300 "--build-data-dir", 300 "--build-data-dir",
301 "[ROOT]/build_data_dir", 301 "[ROOT]/build_data_dir",
302 "--compiler", 302 "--compiler",
303 "goma", 303 "goma",
304 "--goma-jsonstatus", 304 "--goma-jsonstatus",
305 "/path/to/tmp/json", 305 "/path/to/tmp/json",
306 "--goma-service-account-json-file",
307 "/creds/service_accounts/service-account-goma-client.json",
306 "--goma-dir", 308 "--goma-dir",
307 "[CACHE]/cipd/goma", 309 "[CACHE]/cipd/goma",
308 "--", 310 "--",
309 "android_webview_test_apk", 311 "android_webview_test_apk",
310 "android_webview_unittests_apk", 312 "android_webview_unittests_apk",
311 "base_unittests_apk", 313 "base_unittests_apk",
312 "breakpad_unittests_deps", 314 "breakpad_unittests_deps",
313 "cc_unittests_apk", 315 "cc_unittests_apk",
314 "chrome_junit_tests", 316 "chrome_junit_tests",
315 "chrome_public_test_apk", 317 "chrome_public_test_apk",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "~followup_annotations": [ 507 "~followup_annotations": [
506 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 508 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
507 ] 509 ]
508 }, 510 },
509 { 511 {
510 "name": "$result", 512 "name": "$result",
511 "recipe_result": null, 513 "recipe_result": null,
512 "status_code": 0 514 "status_code": 0
513 } 515 }
514 ] 516 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698