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

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

Powered by Google App Engine
This is Rietveld 408576698