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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Cast Android (dbg)", 10 "Cast Android (dbg)",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "--src-dir", 295 "--src-dir",
296 "[SLAVE_BUILD]/src", 296 "[SLAVE_BUILD]/src",
297 "--goma-cache-dir", 297 "--goma-cache-dir",
298 "[GOMA_CACHE]", 298 "[GOMA_CACHE]",
299 "--build-tool", 299 "--build-tool",
300 "ninja", 300 "ninja",
301 "--compiler", 301 "--compiler",
302 "goma", 302 "goma",
303 "--goma-jsonstatus", 303 "--goma-jsonstatus",
304 "/path/to/tmp/json", 304 "/path/to/tmp/json",
305 "--goma-service-account-json-file",
306 "/creds/service_accounts/service-account-goma-client.json",
307 "--goma-dir", 305 "--goma-dir",
308 "[CACHE]/cipd/goma", 306 "[CACHE]/cipd/goma",
309 "--", 307 "--",
310 "cast_shell_apk" 308 "cast_shell_apk"
311 ], 309 ],
312 "cwd": "[SLAVE_BUILD]", 310 "cwd": "[SLAVE_BUILD]",
313 "env": { 311 "env": {
314 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 312 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
315 }, 313 },
316 "name": "compile", 314 "name": "compile",
317 "~followup_annotations": [ 315 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
319 "@@@STEP_LOG_END@json.output (invalid)@@@" 317 "@@@STEP_LOG_END@json.output (invalid)@@@"
320 ] 318 ]
321 }, 319 },
322 { 320 {
323 "name": "$result", 321 "name": "$result",
324 "recipe_result": null, 322 "recipe_result": null,
325 "status_code": 0 323 "status_code": 0
326 } 324 }
327 ] 325 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698