| 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]/WebKit_Mac___WPTServe", | 7 "[BUILDER_CACHE]/WebKit_Mac___WPTServe", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "--src-dir", | 343 "--src-dir", |
| 344 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", | 344 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", |
| 345 "--goma-cache-dir", | 345 "--goma-cache-dir", |
| 346 "[GOMA_CACHE]", | 346 "[GOMA_CACHE]", |
| 347 "--buildbot-buildername", | 347 "--buildbot-buildername", |
| 348 "WebKit Mac - WPTServe", | 348 "WebKit Mac - WPTServe", |
| 349 "--buildbot-mastername", | 349 "--buildbot-mastername", |
| 350 "chromium.fyi", | 350 "chromium.fyi", |
| 351 "--buildbot-slavename", | 351 "--buildbot-slavename", |
| 352 "TestSlavename", | 352 "TestSlavename", |
| 353 "--goma-deps-cache-dir", | 353 "--goma-deps-cache-file", |
| 354 "[GOMA_DEPS_CACHE]", | 354 "WebKit_Mac___WPTServe.gomadeps", |
| 355 "--build-data-dir", | 355 "--build-data-dir", |
| 356 "[ROOT]/build_data_dir", | 356 "[ROOT]/build_data_dir", |
| 357 "--compiler", | 357 "--compiler", |
| 358 "goma-clang", | 358 "goma-clang", |
| 359 "--goma-jsonstatus", | 359 "--goma-jsonstatus", |
| 360 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
| 361 "--goma-service-account-json-file", | 361 "--goma-service-account-json-file", |
| 362 "/creds/service_accounts/service-account-goma-client.json", | 362 "/creds/service_accounts/service-account-goma-client.json", |
| 363 "--goma-dir", | 363 "--goma-dir", |
| 364 "[CACHE]/cipd/goma", | 364 "[CACHE]/cipd/goma", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 545 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 546 "@@@STEP_LOG_END@python.inline@@@" | 546 "@@@STEP_LOG_END@python.inline@@@" |
| 547 ] | 547 ] |
| 548 }, | 548 }, |
| 549 { | 549 { |
| 550 "name": "$result", | 550 "name": "$result", |
| 551 "recipe_result": null, | 551 "recipe_result": null, |
| 552 "status_code": 0 | 552 "status_code": 0 |
| 553 } | 553 } |
| 554 ] | 554 ] |
| OLD | NEW |