OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]/Cast_Android__dbg_", | 7 "[BUILDER_CACHE]/Cast_Android__dbg_", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 "--ninja-path", | 316 "--ninja-path", |
317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 317 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
318 "--target", | 318 "--target", |
319 "Debug", | 319 "Debug", |
320 "--src-dir", | 320 "--src-dir", |
321 "[BUILDER_CACHE]/Cast_Android__dbg_/src", | 321 "[BUILDER_CACHE]/Cast_Android__dbg_/src", |
322 "--goma-cache-dir", | 322 "--goma-cache-dir", |
323 "[GOMA_CACHE]", | 323 "[GOMA_CACHE]", |
324 "--goma-deps-cache-dir", | 324 "--goma-deps-cache-dir", |
325 "[GOMA_DEPS_CACHE]", | 325 "[GOMA_DEPS_CACHE]", |
326 "--build-tool", | |
327 "ninja", | |
328 "--build-data-dir", | 326 "--build-data-dir", |
329 "[ROOT]/build_data_dir", | 327 "[ROOT]/build_data_dir", |
330 "--compiler", | 328 "--compiler", |
331 "goma", | 329 "goma", |
332 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
333 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
334 "--goma-service-account-json-file", | 332 "--goma-service-account-json-file", |
335 "/creds/service_accounts/service-account-goma-client.json", | 333 "/creds/service_accounts/service-account-goma-client.json", |
336 "--goma-dir", | 334 "--goma-dir", |
337 "[CACHE]/cipd/goma", | 335 "[CACHE]/cipd/goma", |
338 "--", | 336 "--", |
339 "cast_shell_apk" | 337 "cast_shell_apk" |
340 ], | 338 ], |
341 "env": { | 339 "env": { |
342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
343 "PATH": "[BUILDER_CACHE]/Cast_Android__dbg_/src/third_party/android_tools/
sdk/platform-tools:[BUILDER_CACHE]/Cast_Android__dbg_/src/build/android:%(PATH)s
" | 341 "PATH": "[BUILDER_CACHE]/Cast_Android__dbg_/src/third_party/android_tools/
sdk/platform-tools:[BUILDER_CACHE]/Cast_Android__dbg_/src/build/android:%(PATH)s
" |
344 }, | 342 }, |
345 "name": "compile", | 343 "name": "compile", |
346 "~followup_annotations": [ | 344 "~followup_annotations": [ |
347 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
348 "@@@STEP_LOG_END@json.output (invalid)@@@" | 346 "@@@STEP_LOG_END@json.output (invalid)@@@" |
349 ] | 347 ] |
350 }, | 348 }, |
351 { | 349 { |
352 "name": "$result", | 350 "name": "$result", |
353 "recipe_result": null, | 351 "recipe_result": null, |
354 "status_code": 0 | 352 "status_code": 0 |
355 } | 353 } |
356 ] | 354 ] |
OLD | NEW |