| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[cipd]/resources/bootstrap.py", | 6 "RECIPE_MODULE[build.cipd]/resources/bootstrap.py", |
| 7 "--platform", | 7 "--platform", |
| 8 "linux-amd64", | 8 "linux-amd64", |
| 9 "--dest-directory", | 9 "--dest-directory", |
| 10 "[SLAVE_BUILD]/cipd", | 10 "[SLAVE_BUILD]/cipd", |
| 11 "--json-output", | 11 "--json-output", |
| 12 "/path/to/tmp/json" | 12 "/path/to/tmp/json" |
| 13 ], | 13 ], |
| 14 "cwd": "[SLAVE_BUILD]", | 14 "cwd": "[SLAVE_BUILD]", |
| 15 "name": "install cipd", | 15 "name": "install cipd", |
| 16 "~followup_annotations": [ | 16 "~followup_annotations": [ |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 140 "env": { | 140 "env": { |
| 141 "PYTHONPATH": null | 141 "PYTHONPATH": null |
| 142 }, | 142 }, |
| 143 "name": "conda clean --tarballs --index-cache --packages" | 143 "name": "conda clean --tarballs --index-cache --packages" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "python", | 147 "python", |
| 148 "-u", | 148 "-u", |
| 149 "RECIPE_MODULE[conda]/resources/butcher_conda.py", | 149 "RECIPE_MODULE[build.conda]/resources/butcher_conda.py", |
| 150 "[SLAVE_BUILD]/conda_staging_dir" | 150 "[SLAVE_BUILD]/conda_staging_dir" |
| 151 ], | 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "make conda env location independent" | 153 "name": "make conda env location independent" |
| 154 }, | 154 }, |
| 155 { | 155 { |
| 156 "cmd": [ | 156 "cmd": [ |
| 157 "[SLAVE_BUILD]/cipd/cipd", | 157 "[SLAVE_BUILD]/cipd/cipd", |
| 158 "pkg-build", | 158 "pkg-build", |
| 159 "--in", | 159 "--in", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 242 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 243 "@@@STEP_LOG_END@python.inline@@@" | 243 "@@@STEP_LOG_END@python.inline@@@" |
| 244 ] | 244 ] |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 "name": "$result", | 247 "name": "$result", |
| 248 "recipe_result": null, | 248 "recipe_result": null, |
| 249 "status_code": 0 | 249 "status_code": 0 |
| 250 } | 250 } |
| 251 ] | 251 ] |
| OLD | NEW |