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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "--src-dir", 297 "--src-dir",
298 "[SLAVE_BUILD]/src", 298 "[SLAVE_BUILD]/src",
299 "--goma-cache-dir", 299 "--goma-cache-dir",
300 "[GOMA_CACHE]", 300 "[GOMA_CACHE]",
301 "--build-tool", 301 "--build-tool",
302 "ninja", 302 "ninja",
303 "--compiler", 303 "--compiler",
304 "goma", 304 "goma",
305 "--goma-jsonstatus", 305 "--goma-jsonstatus",
306 "/path/to/tmp/json", 306 "/path/to/tmp/json",
307 "--goma-service-account-json-file",
308 "/creds/service_accounts/service-account-goma-client.json",
307 "--goma-dir", 309 "--goma-dir",
308 "[BUILD]/goma", 310 "[BUILD]/goma",
309 "--", 311 "--",
310 "blink_heap_unittests_apk", 312 "blink_heap_unittests_apk",
311 "blink_tests", 313 "blink_tests",
312 "webkit_unit_tests_apk" 314 "webkit_unit_tests_apk"
313 ], 315 ],
314 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
315 "env": { 317 "env": {
316 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 318 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "~followup_annotations": [ 374 "~followup_annotations": [
373 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 375 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
374 ] 376 ]
375 }, 377 },
376 { 378 {
377 "name": "$result", 379 "name": "$result",
378 "recipe_result": null, 380 "recipe_result": null,
379 "status_code": 0 381 "status_code": 0
380 } 382 }
381 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698