| 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 "Linux Memcheck", | 10 "Linux Memcheck", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "cmd": [ | 177 "cmd": [ |
| 178 "python", | 178 "python", |
| 179 "-u", | 179 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 181 "--target", | 181 "--target", |
| 182 "Release", | 182 "Release", |
| 183 "--no-xvfb", | 183 "--no-xvfb", |
| 184 "--factory-properties", | 184 "--factory-properties", |
| 185 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Memcheck\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", | 185 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Memcheck\", \"bu
ildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyu
v\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 186 "--build-properties", | 186 "--build-properties", |
| 187 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Memcheck\", \"ma
stername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12
345\", \"slavename\": \"slavename\"}", | 187 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Memcheck\", \"bu
ildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyu
v\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 188 "--step-name=libyuv_unittest", | 188 "--step-name=libyuv_unittest", |
| 189 "--builder-name=Linux Memcheck", | 189 "--builder-name=Linux Memcheck", |
| 190 "--slave-name=slavename", | 190 "--slave-name=slavename", |
| 191 "--build-number=1337", |
| 191 "--pass-build-dir", | 192 "--pass-build-dir", |
| 192 "--pass-target", | 193 "--pass-target", |
| 193 "--run-shell-script", | 194 "--run-shell-script", |
| 194 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", | 195 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", |
| 195 "--test", | 196 "--test", |
| 196 "libyuv_unittest", | 197 "libyuv_unittest", |
| 197 "--tool", | 198 "--tool", |
| 198 "memcheck" | 199 "memcheck" |
| 199 ], | 200 ], |
| 200 "name": "libyuv_unittest" | 201 "name": "libyuv_unittest" |
| 201 }, | 202 }, |
| 202 { | 203 { |
| 203 "name": "$result", | 204 "name": "$result", |
| 204 "recipe_result": null, | 205 "recipe_result": null, |
| 205 "status_code": 0 | 206 "status_code": 0 |
| 206 } | 207 } |
| 207 ] | 208 ] |
| OLD | NEW |