| 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]\\Win32_Release__swarming_", | 7 "[BUILDER_CACHE]\\Win32_Release__swarming_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "name": "clean isolated files" | 110 "name": "clean isolated files" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [], | 113 "cmd": [], |
| 114 "name": "ensure_goma" | 114 "name": "ensure_goma" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 120 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 121 "--platform", | 121 "--platform", |
| 122 "windows-386", | 122 "windows-386", |
| 123 "--dest-directory", | 123 "--dest-directory", |
| 124 "[SLAVE_BUILD]\\cipd", | 124 "[SLAVE_BUILD]\\cipd", |
| 125 "--json-output", | 125 "--json-output", |
| 126 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| 127 ], | 127 ], |
| 128 "name": "ensure_goma.install cipd", | 128 "name": "ensure_goma.install cipd", |
| 129 "~followup_annotations": [ | 129 "~followup_annotations": [ |
| 130 "@@@STEP_NEST_LEVEL@1@@@", | 130 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2391 "@@@STEP_LOG_END@json.output@@@", | 2391 "@@@STEP_LOG_END@json.output@@@", |
| 2392 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2392 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2393 ] | 2393 ] |
| 2394 }, | 2394 }, |
| 2395 { | 2395 { |
| 2396 "name": "$result", | 2396 "name": "$result", |
| 2397 "recipe_result": null, | 2397 "recipe_result": null, |
| 2398 "status_code": 0 | 2398 "status_code": 0 |
| 2399 } | 2399 } |
| 2400 ] | 2400 ] |
| OLD | NEW |