| 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]/Android_arm64_Builder", | 7 "[BUILDER_CACHE]/Android_arm64_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 "--ninja-path", | 243 "--ninja-path", |
| 244 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 244 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 245 "--target", | 245 "--target", |
| 246 "Release", | 246 "Release", |
| 247 "--src-dir", | 247 "--src-dir", |
| 248 "[BUILDER_CACHE]/Android_arm64_Builder/src", | 248 "[BUILDER_CACHE]/Android_arm64_Builder/src", |
| 249 "--goma-cache-dir", | 249 "--goma-cache-dir", |
| 250 "[GOMA_CACHE]", | 250 "[GOMA_CACHE]", |
| 251 "--goma-deps-cache-dir", | 251 "--goma-deps-cache-dir", |
| 252 "[GOMA_DEPS_CACHE]", | 252 "[GOMA_DEPS_CACHE]", |
| 253 "--build-tool", | |
| 254 "ninja", | |
| 255 "--build-data-dir", | 253 "--build-data-dir", |
| 256 "[ROOT]/build_data_dir", | 254 "[ROOT]/build_data_dir", |
| 257 "--compiler", | 255 "--compiler", |
| 258 "goma", | 256 "goma", |
| 259 "--goma-jsonstatus", | 257 "--goma-jsonstatus", |
| 260 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 261 "--goma-service-account-json-file", | 259 "--goma-service-account-json-file", |
| 262 "/creds/service_accounts/service-account-goma-client.json", | 260 "/creds/service_accounts/service-account-goma-client.json", |
| 263 "--mode", | 261 "--mode", |
| 264 "official", | 262 "official", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "~followup_annotations": [ | 369 "~followup_annotations": [ |
| 372 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" | 370 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" |
| 373 ] | 371 ] |
| 374 }, | 372 }, |
| 375 { | 373 { |
| 376 "name": "$result", | 374 "name": "$result", |
| 377 "recipe_result": null, | 375 "recipe_result": null, |
| 378 "status_code": 0 | 376 "status_code": 0 |
| 379 } | 377 } |
| 380 ] | 378 ] |
| OLD | NEW |