| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_sanitizer_coverage_rel", | 10 "v8_linux64_sanitizer_coverage_rel", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 ] | 173 ] |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [], | 176 "cmd": [], |
| 177 "name": "ensure_goma" | 177 "name": "ensure_goma" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "cmd": [ | 180 "cmd": [ |
| 181 "python", | 181 "python", |
| 182 "-u", | 182 "-u", |
| 183 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 183 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 184 "--platform", | 184 "--platform", |
| 185 "linux-amd64", | 185 "linux-amd64", |
| 186 "--dest-directory", | 186 "--dest-directory", |
| 187 "[SLAVE_BUILD]/cipd", | 187 "[SLAVE_BUILD]/cipd", |
| 188 "--json-output", | 188 "--json-output", |
| 189 "/path/to/tmp/json" | 189 "/path/to/tmp/json" |
| 190 ], | 190 ], |
| 191 "name": "ensure_goma.install cipd", | 191 "name": "ensure_goma.install cipd", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_NEST_LEVEL@1@@@", | 193 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 "gs://chromium-v8/tryserver/sanitizer_coverage/12853011/1/linux64/" | 1800 "gs://chromium-v8/tryserver/sanitizer_coverage/12853011/1/linux64/" |
| 1801 ], | 1801 ], |
| 1802 "name": "gsutil coverage data" | 1802 "name": "gsutil coverage data" |
| 1803 }, | 1803 }, |
| 1804 { | 1804 { |
| 1805 "name": "$result", | 1805 "name": "$result", |
| 1806 "recipe_result": null, | 1806 "recipe_result": null, |
| 1807 "status_code": 0 | 1807 "status_code": 0 |
| 1808 } | 1808 } |
| 1809 ] | 1809 ] |
| OLD | NEW |