| 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]/CFI_Linux_CF", | 7 "[BUILDER_CACHE]/CFI_Linux_CF", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "--gsutil-py-path", | 273 "--gsutil-py-path", |
| 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 275 "--ninja-path", | 275 "--ninja-path", |
| 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 277 "--target", | 277 "--target", |
| 278 "Release", | 278 "Release", |
| 279 "--src-dir", | 279 "--src-dir", |
| 280 "[BUILDER_CACHE]/CFI_Linux_CF/src", | 280 "[BUILDER_CACHE]/CFI_Linux_CF/src", |
| 281 "--goma-cache-dir", | 281 "--goma-cache-dir", |
| 282 "[GOMA_CACHE]", | 282 "[GOMA_CACHE]", |
| 283 "--buildbot-buildername", |
| 284 "CFI Linux CF", |
| 285 "--buildbot-mastername", |
| 286 "chromium.fyi", |
| 287 "--buildbot-slavename", |
| 288 "TestSlavename", |
| 283 "--goma-deps-cache-dir", | 289 "--goma-deps-cache-dir", |
| 284 "[GOMA_DEPS_CACHE]", | 290 "[GOMA_DEPS_CACHE]", |
| 285 "--build-data-dir", | 291 "--build-data-dir", |
| 286 "[ROOT]/build_data_dir", | 292 "[ROOT]/build_data_dir", |
| 287 "--compiler", | 293 "--compiler", |
| 288 "clang", | 294 "clang", |
| 289 "--", | 295 "--", |
| 290 "chromium_builder_asan" | 296 "chromium_builder_asan" |
| 291 ], | 297 ], |
| 292 "env": { | 298 "env": { |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 373 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 368 "@@@STEP_LOG_END@python.inline@@@" | 374 "@@@STEP_LOG_END@python.inline@@@" |
| 369 ] | 375 ] |
| 370 }, | 376 }, |
| 371 { | 377 { |
| 372 "name": "$result", | 378 "name": "$result", |
| 373 "recipe_result": null, | 379 "recipe_result": null, |
| 374 "status_code": 0 | 380 "status_code": 0 |
| 375 } | 381 } |
| 376 ] | 382 ] |
| OLD | NEW |