| 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]/Browser_Side_Navigation_Linux", | 7 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "--ninja-path", | 278 "--ninja-path", |
| 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 280 "--target", | 280 "--target", |
| 281 "Release", | 281 "Release", |
| 282 "--src-dir", | 282 "--src-dir", |
| 283 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src", | 283 "[BUILDER_CACHE]/Browser_Side_Navigation_Linux/src", |
| 284 "--goma-cache-dir", | 284 "--goma-cache-dir", |
| 285 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
| 286 "--goma-deps-cache-dir", | 286 "--goma-deps-cache-dir", |
| 287 "[GOMA_DEPS_CACHE]", | 287 "[GOMA_DEPS_CACHE]", |
| 288 "--build-tool", | |
| 289 "ninja", | |
| 290 "--build-data-dir", | 288 "--build-data-dir", |
| 291 "[ROOT]/build_data_dir", | 289 "[ROOT]/build_data_dir", |
| 292 "--compiler", | 290 "--compiler", |
| 293 "goma", | 291 "goma", |
| 294 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
| 295 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
| 296 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
| 297 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
| 298 "--goma-dir", | 296 "--goma-dir", |
| 299 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul
ts.html@@@", | 381 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Browser_Side_Navigation_Linux/571/layout-test-results/resul
ts.html@@@", |
| 384 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" | 382 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Browser_Side_Navigation_Linux/571/layout-test-results.zip@@@" |
| 385 ] | 383 ] |
| 386 }, | 384 }, |
| 387 { | 385 { |
| 388 "name": "$result", | 386 "name": "$result", |
| 389 "recipe_result": null, | 387 "recipe_result": null, |
| 390 "status_code": 0 | 388 "status_code": 0 |
| 391 } | 389 } |
| 392 ] | 390 ] |
| OLD | NEW |