| 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 "Win64 Debug (GN)", | 10 "Win64 Debug (GN)", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "all" | 123 "all" |
| 124 ], | 124 ], |
| 125 "cwd": "[SLAVE_BUILD]", | 125 "cwd": "[SLAVE_BUILD]", |
| 126 "name": "compile", | 126 "name": "compile", |
| 127 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 130 ] | 130 ] |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | |
| 134 "python", | |
| 135 "-u", | |
| 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | |
| 137 "--target", | |
| 138 "Debug_x64", | |
| 139 "--factory-properties", | |
| 140 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (GN)\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", | |
| 141 "--build-properties", | |
| 142 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (GN)\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", | |
| 143 "--step-name=libyuv_unittest", | |
| 144 "--builder-name=Win64 Debug (GN)", | |
| 145 "--slave-name=slavename", | |
| 146 "libyuv_unittest.exe" | |
| 147 ], | |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "libyuv_unittest" | |
| 150 }, | |
| 151 { | |
| 152 "name": "$result", | 133 "name": "$result", |
| 153 "recipe_result": null, | 134 "recipe_result": null, |
| 154 "status_code": 0 | 135 "status_code": 0 |
| 155 } | 136 } |
| 156 ] | 137 ] |
| OLD | NEW |