| 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]/coverage_clobber", | 7 "[BUILDER_CACHE]/coverage_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 ] | 129 ] |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "cmd": [], | 132 "cmd": [], |
| 133 "name": "ensure_goma" | 133 "name": "ensure_goma" |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "cmd": [ | 136 "cmd": [ |
| 137 "python", | 137 "python", |
| 138 "-u", | 138 "-u", |
| 139 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 139 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 140 "--platform", | 140 "--platform", |
| 141 "linux-amd64", | 141 "linux-amd64", |
| 142 "--dest-directory", | 142 "--dest-directory", |
| 143 "[SLAVE_BUILD]/cipd", | 143 "[SLAVE_BUILD]/cipd", |
| 144 "--json-output", | 144 "--json-output", |
| 145 "/path/to/tmp/json" | 145 "/path/to/tmp/json" |
| 146 ], | 146 ], |
| 147 "name": "ensure_goma.install cipd", | 147 "name": "ensure_goma.install cipd", |
| 148 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 149 "@@@STEP_NEST_LEVEL@1@@@", | 149 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "dev" | 308 "dev" |
| 309 ], | 309 ], |
| 310 "name": "archive_build" | 310 "name": "archive_build" |
| 311 }, | 311 }, |
| 312 { | 312 { |
| 313 "name": "$result", | 313 "name": "$result", |
| 314 "recipe_result": null, | 314 "recipe_result": null, |
| 315 "status_code": 0 | 315 "status_code": 0 |
| 316 } | 316 } |
| 317 ] | 317 ] |
| OLD | NEW |