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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json

Issue 1906513003: Revert "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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--src-dir", 294 "--src-dir",
295 "[SLAVE_BUILD]/src", 295 "[SLAVE_BUILD]/src",
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 "--compiler", 300 "--compiler",
301 "goma", 301 "goma",
302 "--goma-jsonstatus", 302 "--goma-jsonstatus",
303 "/path/to/tmp/json", 303 "/path/to/tmp/json",
304 "--goma-service-account-json-file",
305 "/creds/service_accounts/service-account-goma-client.json",
306 "--goma-dir", 304 "--goma-dir",
307 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
308 "--", 306 "--",
309 "android_webview_test_apk", 307 "android_webview_test_apk",
310 "android_webview_unittests_apk", 308 "android_webview_unittests_apk",
311 "base_unittests_apk", 309 "base_unittests_apk",
312 "breakpad_unittests_deps", 310 "breakpad_unittests_deps",
313 "cc_unittests_apk", 311 "cc_unittests_apk",
314 "chrome_junit_tests", 312 "chrome_junit_tests",
315 "chrome_public_test_apk", 313 "chrome_public_test_apk",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "~followup_annotations": [ 503 "~followup_annotations": [
506 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 504 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
507 ] 505 ]
508 }, 506 },
509 { 507 {
510 "name": "$result", 508 "name": "$result",
511 "recipe_result": null, 509 "recipe_result": null,
512 "status_code": 0 510 "status_code": 0
513 } 511 }
514 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698