| 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]/linux", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "--gsutil-py-path", | 336 "--gsutil-py-path", |
| 337 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 337 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 338 "--ninja-path", | 338 "--ninja-path", |
| 339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 340 "--target", | 340 "--target", |
| 341 "Release", | 341 "Release", |
| 342 "--src-dir", | 342 "--src-dir", |
| 343 "[BUILDER_CACHE]/linux/src", | 343 "[BUILDER_CACHE]/linux/src", |
| 344 "--goma-cache-dir", | 344 "--goma-cache-dir", |
| 345 "[GOMA_CACHE]", | 345 "[GOMA_CACHE]", |
| 346 "--buildbot-buildername", | |
| 347 "Linux Builder", | |
| 348 "--buildbot-mastername", | |
| 349 "client.skia", | |
| 350 "--buildbot-slavename", | |
| 351 "TestSlavename", | |
| 352 "--goma-deps-cache-dir", | 346 "--goma-deps-cache-dir", |
| 353 "[GOMA_DEPS_CACHE]", | 347 "[GOMA_DEPS_CACHE]", |
| 354 "--build-data-dir", | 348 "--build-data-dir", |
| 355 "[ROOT]/build_data_dir", | 349 "[ROOT]/build_data_dir", |
| 356 "--compiler", | 350 "--compiler", |
| 357 "goma", | 351 "goma", |
| 358 "--goma-jsonstatus", | 352 "--goma-jsonstatus", |
| 359 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
| 360 "--goma-service-account-json-file", | 354 "--goma-service-account-json-file", |
| 361 "/creds/service_accounts/service-account-goma-client.json", | 355 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 "~followup_annotations": [ | 460 "~followup_annotations": [ |
| 467 "@@@STEP_TEXT@Linux Tests@@@" | 461 "@@@STEP_TEXT@Linux Tests@@@" |
| 468 ] | 462 ] |
| 469 }, | 463 }, |
| 470 { | 464 { |
| 471 "name": "$result", | 465 "name": "$result", |
| 472 "recipe_result": null, | 466 "recipe_result": null, |
| 473 "status_code": 0 | 467 "status_code": 0 |
| 474 } | 468 } |
| 475 ] | 469 ] |
| OLD | NEW |