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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.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", 8 "chromium",
9 "--builder", 9 "--builder",
10 "Android", 10 "Android",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "--goma-cache-dir", 276 "--goma-cache-dir",
277 "[GOMA_CACHE]", 277 "[GOMA_CACHE]",
278 "--build-tool", 278 "--build-tool",
279 "ninja", 279 "ninja",
280 "--build-data-dir", 280 "--build-data-dir",
281 "[ROOT]/build_data_dir", 281 "[ROOT]/build_data_dir",
282 "--compiler", 282 "--compiler",
283 "goma", 283 "goma",
284 "--goma-jsonstatus", 284 "--goma-jsonstatus",
285 "/path/to/tmp/json", 285 "/path/to/tmp/json",
286 "--goma-service-account-json-file",
287 "/creds/service_accounts/service-account-goma-client.json",
286 "--goma-dir", 288 "--goma-dir",
287 "[CACHE]/cipd/goma", 289 "[CACHE]/cipd/goma",
288 "--clobber", 290 "--clobber",
289 "--", 291 "--",
290 "all" 292 "all"
291 ], 293 ],
292 "cwd": "[SLAVE_BUILD]", 294 "cwd": "[SLAVE_BUILD]",
293 "env": { 295 "env": {
294 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
295 }, 297 },
(...skipping 19 matching lines...) Expand all
315 ], 317 ],
316 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
317 "name": "archive_build" 319 "name": "archive_build"
318 }, 320 },
319 { 321 {
320 "name": "$result", 322 "name": "$result",
321 "recipe_result": null, 323 "recipe_result": null,
322 "status_code": 0 324 "status_code": 0
323 } 325 }
324 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698