| 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]/ClangToTMac", | 7 "[BUILDER_CACHE]/ClangToTMac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "--gsutil-py-path", | 287 "--gsutil-py-path", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 289 "--ninja-path", | 289 "--ninja-path", |
| 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 291 "--target", | 291 "--target", |
| 292 "Release", | 292 "Release", |
| 293 "--src-dir", | 293 "--src-dir", |
| 294 "[BUILDER_CACHE]/ClangToTMac/src", | 294 "[BUILDER_CACHE]/ClangToTMac/src", |
| 295 "--goma-cache-dir", | 295 "--goma-cache-dir", |
| 296 "[GOMA_CACHE]", | 296 "[GOMA_CACHE]", |
| 297 "--buildbot-buildername", | |
| 298 "ClangToTMac", | |
| 299 "--buildbot-mastername", | |
| 300 "chromium.fyi", | |
| 301 "--buildbot-slavename", | |
| 302 "TestSlavename", | |
| 303 "--goma-deps-cache-dir", | 297 "--goma-deps-cache-dir", |
| 304 "[GOMA_DEPS_CACHE]", | 298 "[GOMA_DEPS_CACHE]", |
| 305 "--build-data-dir", | 299 "--build-data-dir", |
| 306 "[ROOT]/build_data_dir", | 300 "[ROOT]/build_data_dir", |
| 307 "--compiler", | 301 "--compiler", |
| 308 "clang", | 302 "clang", |
| 309 "--", | 303 "--", |
| 310 "all" | 304 "all" |
| 311 ], | 305 ], |
| 312 "env": { | 306 "env": { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 "LLVM_FORCE_HEAD_REVISION": "YES" | 433 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 440 }, | 434 }, |
| 441 "name": "sizes" | 435 "name": "sizes" |
| 442 }, | 436 }, |
| 443 { | 437 { |
| 444 "name": "$result", | 438 "name": "$result", |
| 445 "recipe_result": null, | 439 "recipe_result": null, |
| 446 "status_code": 0 | 440 "status_code": 0 |
| 447 } | 441 } |
| 448 ] | 442 ] |
| OLD | NEW |