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