| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 286 "--ninja-path", | 286 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 288 "--target", | 288 "--target", |
| 289 "Release", | 289 "Release", |
| 290 "--src-dir", | 290 "--src-dir", |
| 291 "[BUILDER_CACHE]/Android_arm64_Builder/src", | 291 "[BUILDER_CACHE]/Android_arm64_Builder/src", |
| 292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 294 "--buildbot-buildername", |
| 295 "Android arm64 Builder", |
| 296 "--buildbot-mastername", |
| 297 "chromium.perf", |
| 298 "--buildbot-slavename", |
| 299 "TestSlavename", |
| 294 "--goma-deps-cache-dir", | 300 "--goma-deps-cache-dir", |
| 295 "[GOMA_DEPS_CACHE]", | 301 "[GOMA_DEPS_CACHE]", |
| 296 "--build-data-dir", | 302 "--build-data-dir", |
| 297 "[ROOT]/build_data_dir", | 303 "[ROOT]/build_data_dir", |
| 298 "--compiler", | 304 "--compiler", |
| 299 "goma", | 305 "goma", |
| 300 "--goma-jsonstatus", | 306 "--goma-jsonstatus", |
| 301 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 302 "--goma-service-account-json-file", | 308 "--goma-service-account-json-file", |
| 303 "/creds/service_accounts/service-account-goma-client.json", | 309 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "~followup_annotations": [ | 417 "~followup_annotations": [ |
| 412 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" | 418 "@@@STEP_TEXT@Android Nexus9 Perf (1)<br />Android Nexus9 Perf (2)<br />An
droid Nexus9 Perf (3)@@@" |
| 413 ] | 419 ] |
| 414 }, | 420 }, |
| 415 { | 421 { |
| 416 "name": "$result", | 422 "name": "$result", |
| 417 "recipe_result": null, | 423 "recipe_result": null, |
| 418 "status_code": 0 | 424 "status_code": 0 |
| 419 } | 425 } |
| 420 ] | 426 ] |
| OLD | NEW |