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