| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "--src-dir", | 344 "--src-dir", |
| 345 "[BUILDER_CACHE]/linux_layout/src", | 345 "[BUILDER_CACHE]/linux_layout/src", |
| 346 "--goma-cache-dir", | 346 "--goma-cache-dir", |
| 347 "[GOMA_CACHE]", | 347 "[GOMA_CACHE]", |
| 348 "--buildbot-buildername", | 348 "--buildbot-buildername", |
| 349 "WebKit Linux Precise MSAN", | 349 "WebKit Linux Precise MSAN", |
| 350 "--buildbot-mastername", | 350 "--buildbot-mastername", |
| 351 "chromium.webkit", | 351 "chromium.webkit", |
| 352 "--buildbot-slavename", | 352 "--buildbot-slavename", |
| 353 "TestSlavename", | 353 "TestSlavename", |
| 354 "--goma-deps-cache-dir", | 354 "--goma-deps-cache-file", |
| 355 "[GOMA_DEPS_CACHE]", | 355 "WebKit_Linux_Precise_MSAN.gomadeps", |
| 356 "--build-data-dir", | 356 "--build-data-dir", |
| 357 "[ROOT]/build_data_dir", | 357 "[ROOT]/build_data_dir", |
| 358 "--compiler", | 358 "--compiler", |
| 359 "goma-clang", | 359 "goma-clang", |
| 360 "--goma-jsonstatus", | 360 "--goma-jsonstatus", |
| 361 "/path/to/tmp/json", | 361 "/path/to/tmp/json", |
| 362 "--goma-service-account-json-file", | 362 "--goma-service-account-json-file", |
| 363 "/creds/service_accounts/service-account-goma-client.json", | 363 "/creds/service_accounts/service-account-goma-client.json", |
| 364 "--goma-dir", | 364 "--goma-dir", |
| 365 "[CACHE]/cipd/goma", | 365 "[CACHE]/cipd/goma", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 553 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 554 "@@@STEP_LOG_END@python.inline@@@" | 554 "@@@STEP_LOG_END@python.inline@@@" |
| 555 ] | 555 ] |
| 556 }, | 556 }, |
| 557 { | 557 { |
| 558 "name": "$result", | 558 "name": "$result", |
| 559 "recipe_result": null, | 559 "recipe_result": null, |
| 560 "status_code": 0 | 560 "status_code": 0 |
| 561 } | 561 } |
| 562 ] | 562 ] |
| OLD | NEW |