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 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 "Debug", | 182 "Debug", |
183 "--no-xvfb", | 183 "--no-xvfb", |
184 "--factory-properties", | 184 "--factory-properties", |
185 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 185 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\"
, \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
186 "--build-properties", | 186 "--build-properties", |
187 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 187 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\"
, \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
188 "--step-name=libyuv_unittest", | 188 "--step-name=libyuv_unittest", |
189 "--builder-name=Linux32 Debug", | 189 "--builder-name=Linux32 Debug", |
190 "--slave-name=slavename", | 190 "--slave-name=slavename", |
| 191 "--build-number=1337", |
191 "libyuv_unittest" | 192 "libyuv_unittest" |
192 ], | 193 ], |
193 "name": "libyuv_unittest" | 194 "name": "libyuv_unittest" |
194 }, | 195 }, |
195 { | 196 { |
196 "name": "$result", | 197 "name": "$result", |
197 "recipe_result": null, | 198 "recipe_result": null, |
198 "status_code": 0 | 199 "status_code": 0 |
199 } | 200 } |
200 ] | 201 ] |
OLD | NEW |