| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux", | 10 "linux", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ] | 49 ] |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "cmd": [], | 52 "cmd": [], |
| 53 "name": "ensure_goma" | 53 "name": "ensure_goma" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [ | 56 "cmd": [ |
| 57 "python", | 57 "python", |
| 58 "-u", | 58 "-u", |
| 59 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 59 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 60 "--platform", | 60 "--platform", |
| 61 "linux-amd64", | 61 "linux-amd64", |
| 62 "--dest-directory", | 62 "--dest-directory", |
| 63 "[SLAVE_BUILD]/cipd", | 63 "[SLAVE_BUILD]/cipd", |
| 64 "--json-output", | 64 "--json-output", |
| 65 "/path/to/tmp/json" | 65 "/path/to/tmp/json" |
| 66 ], | 66 ], |
| 67 "name": "ensure_goma.install cipd", | 67 "name": "ensure_goma.install cipd", |
| 68 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 69 "@@@STEP_NEST_LEVEL@1@@@", | 69 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "libyuv_unittest" | 175 "libyuv_unittest" |
| 176 ], | 176 ], |
| 177 "name": "libyuv_unittest" | 177 "name": "libyuv_unittest" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "name": "$result", | 180 "name": "$result", |
| 181 "recipe_result": null, | 181 "recipe_result": null, |
| 182 "status_code": 0 | 182 "status_code": 0 |
| 183 } | 183 } |
| 184 ] | 184 ] |
| OLD | NEW |