| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "--ninja-path", | 387 "--ninja-path", |
| 388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 389 "--target", | 389 "--target", |
| 390 "Debug", | 390 "Debug", |
| 391 "--src-dir", | 391 "--src-dir", |
| 392 "[BUILDER_CACHE]/mac_layout/src", | 392 "[BUILDER_CACHE]/mac_layout/src", |
| 393 "--goma-cache-dir", | 393 "--goma-cache-dir", |
| 394 "[GOMA_CACHE]", | 394 "[GOMA_CACHE]", |
| 395 "--goma-deps-cache-dir", | 395 "--goma-deps-cache-dir", |
| 396 "[GOMA_DEPS_CACHE]", | 396 "[GOMA_DEPS_CACHE]", |
| 397 "--build-tool", | |
| 398 "ninja", | |
| 399 "--compiler", | 397 "--compiler", |
| 400 "goma-clang", | 398 "goma-clang", |
| 401 "--goma-jsonstatus", | 399 "--goma-jsonstatus", |
| 402 "/path/to/tmp/json", | 400 "/path/to/tmp/json", |
| 403 "--goma-service-account-json-file", | 401 "--goma-service-account-json-file", |
| 404 "/creds/service_accounts/service-account-goma-client.json", | 402 "/creds/service_accounts/service-account-goma-client.json", |
| 405 "--goma-dir", | 403 "--goma-dir", |
| 406 "[CACHE]/cipd/goma", | 404 "[CACHE]/cipd/goma", |
| 407 "--goma-fail-fast", | 405 "--goma-fail-fast", |
| 408 "--goma-disable-local-fallback", | 406 "--goma-disable-local-fallback", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", | 494 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", |
| 497 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" | 495 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" |
| 498 ] | 496 ] |
| 499 }, | 497 }, |
| 500 { | 498 { |
| 501 "name": "$result", | 499 "name": "$result", |
| 502 "recipe_result": null, | 500 "recipe_result": null, |
| 503 "status_code": 0 | 501 "status_code": 0 |
| 504 } | 502 } |
| 505 ] | 503 ] |
| OLD | NEW |