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

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

Powered by Google App Engine
This is Rietveld 408576698