| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "-m", | 340 "-m", |
| 341 "tryserver.blink", | 341 "tryserver.blink", |
| 342 "-b", | 342 "-b", |
| 343 "linux_blink_dbg", | 343 "linux_blink_dbg", |
| 344 "--config-file", | 344 "--config-file", |
| 345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", | 345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", |
| 346 "--goma-dir", | 346 "--goma-dir", |
| 347 "[CACHE]/cipd/goma", | 347 "[CACHE]/cipd/goma", |
| 348 "//out/Debug" | 348 "//out/Debug" |
| 349 ], | 349 ], |
| 350 "cwd": "[BUILDER_CACHE]/linux_layout/src", |
| 350 "env": { | 351 "env": { |
| 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 352 }, | 353 }, |
| 353 "name": "generate_build_files (with patch)" | 354 "name": "generate_build_files (with patch)" |
| 354 }, | 355 }, |
| 355 { | 356 { |
| 356 "cmd": [ | 357 "cmd": [ |
| 357 "python", | 358 "python", |
| 358 "-u", | 359 "-u", |
| 359 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 360 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 474 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
| 474 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 475 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
| 475 ] | 476 ] |
| 476 }, | 477 }, |
| 477 { | 478 { |
| 478 "name": "$result", | 479 "name": "$result", |
| 479 "recipe_result": null, | 480 "recipe_result": null, |
| 480 "status_code": 0 | 481 "status_code": 0 |
| 481 } | 482 } |
| 482 ] | 483 ] |
| OLD | NEW |