| 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_swarming", | 7 "[BUILDER_CACHE]/linux_swarming", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 105 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 106 "--build-dir", | 106 "--build-dir", |
| 107 "[BUILDER_CACHE]/linux_swarming/src/out/Debug", | 107 "[BUILDER_CACHE]/linux_swarming/src/out/Debug", |
| 108 "--clean-isolated-files" | 108 "--clean-isolated-files" |
| 109 ], | 109 ], |
| 110 "name": "clean isolated files" | 110 "name": "clean isolated files" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [], | |
| 114 "name": "ensure_goma" | 113 "name": "ensure_goma" |
| 115 }, | 114 }, |
| 116 { | 115 { |
| 117 "cmd": [ | 116 "cmd": [ |
| 118 "python", | 117 "python", |
| 119 "-u", | 118 "-u", |
| 120 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 119 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 121 "--platform", | 120 "--platform", |
| 122 "linux-amd64", | 121 "linux-amd64", |
| 123 "--dest-directory", | 122 "--dest-directory", |
| (...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2471 "@@@STEP_LOG_END@json.output@@@", | 2470 "@@@STEP_LOG_END@json.output@@@", |
| 2472 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2471 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2473 ] | 2472 ] |
| 2474 }, | 2473 }, |
| 2475 { | 2474 { |
| 2476 "name": "$result", | 2475 "name": "$result", |
| 2477 "recipe_result": null, | 2476 "recipe_result": null, |
| 2478 "status_code": 0 | 2477 "status_code": 0 |
| 2479 } | 2478 } |
| 2480 ] | 2479 ] |
| OLD | NEW |