| 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]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "--src-dir", | 353 "--src-dir", |
| 354 "[BUILDER_CACHE]/mac_layout/src", | 354 "[BUILDER_CACHE]/mac_layout/src", |
| 355 "--goma-cache-dir", | 355 "--goma-cache-dir", |
| 356 "[GOMA_CACHE]", | 356 "[GOMA_CACHE]", |
| 357 "--buildbot-buildername", | 357 "--buildbot-buildername", |
| 358 "WebKit Mac Builder", | 358 "WebKit Mac Builder", |
| 359 "--buildbot-mastername", | 359 "--buildbot-mastername", |
| 360 "chromium.webkit", | 360 "chromium.webkit", |
| 361 "--buildbot-slavename", | 361 "--buildbot-slavename", |
| 362 "TestSlavename", | 362 "TestSlavename", |
| 363 "--goma-deps-cache-dir", | 363 "--goma-deps-cache-file", |
| 364 "[GOMA_DEPS_CACHE]", | 364 "WebKit_Mac_Builder.gomadeps", |
| 365 "--build-data-dir", | 365 "--build-data-dir", |
| 366 "[ROOT]/build_data_dir", | 366 "[ROOT]/build_data_dir", |
| 367 "--compiler", | 367 "--compiler", |
| 368 "goma-clang", | 368 "goma-clang", |
| 369 "--goma-jsonstatus", | 369 "--goma-jsonstatus", |
| 370 "/path/to/tmp/json", | 370 "/path/to/tmp/json", |
| 371 "--goma-service-account-json-file", | 371 "--goma-service-account-json-file", |
| 372 "/creds/service_accounts/service-account-goma-client.json", | 372 "/creds/service_accounts/service-account-goma-client.json", |
| 373 "--goma-dir", | 373 "--goma-dir", |
| 374 "[CACHE]/cipd/goma", | 374 "[CACHE]/cipd/goma", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 "~followup_annotations": [ | 495 "~followup_annotations": [ |
| 496 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" | 496 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" |
| 497 ] | 497 ] |
| 498 }, | 498 }, |
| 499 { | 499 { |
| 500 "name": "$result", | 500 "name": "$result", |
| 501 "recipe_result": null, | 501 "recipe_result": null, |
| 502 "status_code": 0 | 502 "status_code": 0 |
| 503 } | 503 } |
| 504 ] | 504 ] |
| OLD | NEW |