| 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]\\win_swarming", | 7 "[BUILDER_CACHE]\\win_swarming", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "name": "clean isolated files" | 116 "name": "clean isolated files" |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 "cmd": [], | 119 "cmd": [], |
| 120 "name": "ensure_goma" | 120 "name": "ensure_goma" |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 126 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 127 "--platform", | 127 "--platform", |
| 128 "windows-386", | 128 "windows-386", |
| 129 "--dest-directory", | 129 "--dest-directory", |
| 130 "[SLAVE_BUILD]\\cipd", | 130 "[SLAVE_BUILD]\\cipd", |
| 131 "--json-output", | 131 "--json-output", |
| 132 "/path/to/tmp/json" | 132 "/path/to/tmp/json" |
| 133 ], | 133 ], |
| 134 "name": "ensure_goma.install cipd", | 134 "name": "ensure_goma.install cipd", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_NEST_LEVEL@1@@@", | 136 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2450 "@@@STEP_LOG_END@json.output@@@", | 2450 "@@@STEP_LOG_END@json.output@@@", |
| 2451 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2451 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2452 ] | 2452 ] |
| 2453 }, | 2453 }, |
| 2454 { | 2454 { |
| 2455 "name": "$result", | 2455 "name": "$result", |
| 2456 "recipe_result": null, | 2456 "recipe_result": null, |
| 2457 "status_code": 0 | 2457 "status_code": 0 |
| 2458 } | 2458 } |
| 2459 ] | 2459 ] |
| OLD | NEW |