| 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_Linux___WPTServe", | 7 "[BUILDER_CACHE]/WebKit_Linux___WPTServe", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "--gsutil-py-path", | 324 "--gsutil-py-path", |
| 325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 326 "--ninja-path", | 326 "--ninja-path", |
| 327 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 327 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 328 "--target", | 328 "--target", |
| 329 "Release", | 329 "Release", |
| 330 "--src-dir", | 330 "--src-dir", |
| 331 "[BUILDER_CACHE]/WebKit_Linux___WPTServe/src", | 331 "[BUILDER_CACHE]/WebKit_Linux___WPTServe/src", |
| 332 "--goma-cache-dir", | 332 "--goma-cache-dir", |
| 333 "[GOMA_CACHE]", | 333 "[GOMA_CACHE]", |
| 334 "--buildbot-buildername", | |
| 335 "WebKit Linux - WPTServe", | |
| 336 "--buildbot-mastername", | |
| 337 "chromium.fyi", | |
| 338 "--buildbot-slavename", | |
| 339 "TestSlavename", | |
| 340 "--goma-deps-cache-dir", | 334 "--goma-deps-cache-dir", |
| 341 "[GOMA_DEPS_CACHE]", | 335 "[GOMA_DEPS_CACHE]", |
| 342 "--build-data-dir", | 336 "--build-data-dir", |
| 343 "[ROOT]/build_data_dir", | 337 "[ROOT]/build_data_dir", |
| 344 "--compiler", | 338 "--compiler", |
| 345 "goma", | 339 "goma", |
| 346 "--goma-jsonstatus", | 340 "--goma-jsonstatus", |
| 347 "/path/to/tmp/json", | 341 "/path/to/tmp/json", |
| 348 "--goma-service-account-json-file", | 342 "--goma-service-account-json-file", |
| 349 "/creds/service_accounts/service-account-goma-client.json", | 343 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 527 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 534 "@@@STEP_LOG_END@python.inline@@@" | 528 "@@@STEP_LOG_END@python.inline@@@" |
| 535 ] | 529 ] |
| 536 }, | 530 }, |
| 537 { | 531 { |
| 538 "name": "$result", | 532 "name": "$result", |
| 539 "recipe_result": null, | 533 "recipe_result": null, |
| 540 "status_code": 0 | 534 "status_code": 0 |
| 541 } | 535 } |
| 542 ] | 536 ] |
| OLD | NEW |