| 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", | |
| 289 "--goma-deps-cache-dir", | 283 "--goma-deps-cache-dir", |
| 290 "[GOMA_DEPS_CACHE]", | 284 "[GOMA_DEPS_CACHE]", |
| 291 "--build-data-dir", | 285 "--build-data-dir", |
| 292 "[ROOT]/build_data_dir", | 286 "[ROOT]/build_data_dir", |
| 293 "--compiler", | 287 "--compiler", |
| 294 "clang", | 288 "clang", |
| 295 "--", | 289 "--", |
| 296 "chromium_builder_asan" | 290 "chromium_builder_asan" |
| 297 ], | 291 ], |
| 298 "env": { | 292 "env": { |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 367 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 374 "@@@STEP_LOG_END@python.inline@@@" | 368 "@@@STEP_LOG_END@python.inline@@@" |
| 375 ] | 369 ] |
| 376 }, | 370 }, |
| 377 { | 371 { |
| 378 "name": "$result", | 372 "name": "$result", |
| 379 "recipe_result": null, | 373 "recipe_result": null, |
| 380 "status_code": 0 | 374 "status_code": 0 |
| 381 } | 375 } |
| 382 ] | 376 ] |
| OLD | NEW |