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]/linux_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 "--ninja-path", | 365 "--ninja-path", |
366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
367 "--target", | 367 "--target", |
368 "Debug", | 368 "Debug", |
369 "--src-dir", | 369 "--src-dir", |
370 "[BUILDER_CACHE]/linux_layout/src", | 370 "[BUILDER_CACHE]/linux_layout/src", |
371 "--goma-cache-dir", | 371 "--goma-cache-dir", |
372 "[GOMA_CACHE]", | 372 "[GOMA_CACHE]", |
373 "--goma-deps-cache-dir", | 373 "--goma-deps-cache-dir", |
374 "[GOMA_DEPS_CACHE]", | 374 "[GOMA_DEPS_CACHE]", |
375 "--build-tool", | |
376 "ninja", | |
377 "--compiler", | 375 "--compiler", |
378 "goma", | 376 "goma", |
379 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
380 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
381 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
382 "/creds/service_accounts/service-account-goma-client.json", | 380 "/creds/service_accounts/service-account-goma-client.json", |
383 "--goma-dir", | 381 "--goma-dir", |
384 "[CACHE]/cipd/goma", | 382 "[CACHE]/cipd/goma", |
385 "--goma-fail-fast", | 383 "--goma-fail-fast", |
386 "--goma-disable-local-fallback", | 384 "--goma-disable-local-fallback", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 473 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
476 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 474 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
477 ] | 475 ] |
478 }, | 476 }, |
479 { | 477 { |
480 "name": "$result", | 478 "name": "$result", |
481 "recipe_result": null, | 479 "recipe_result": null, |
482 "status_code": 0 | 480 "status_code": 0 |
483 } | 481 } |
484 ] | 482 ] |
OLD | NEW |