| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 207 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 208 "--write-full-results-to", | 208 "--write-full-results-to", |
| 209 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
| 210 ], | 210 ], |
| 211 "name": "mojo_python_tests" | 211 "name": "mojo_python_tests" |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [ | |
| 215 "python", | |
| 216 "-u", | |
| 217 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py", | |
| 218 "--write-full-results-to", | |
| 219 "/path/to/tmp/json", | |
| 220 "--build-dir", | |
| 221 "[SLAVE_BUILD]/src/out" | |
| 222 ], | |
| 223 "name": "mojo_python_bindings_tests" | |
| 224 }, | |
| 225 { | |
| 226 "allow_subannotations": true, | 214 "allow_subannotations": true, |
| 227 "cmd": [ | 215 "cmd": [ |
| 228 "python", | 216 "python", |
| 229 "-u", | 217 "-u", |
| 230 "[BUILD]/scripts/slave/runtest.py", | 218 "[BUILD]/scripts/slave/runtest.py", |
| 231 "--target", | 219 "--target", |
| 232 "Release", | 220 "Release", |
| 233 "--xvfb", | 221 "--xvfb", |
| 234 "--factory-properties", | 222 "--factory-properties", |
| 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 223 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "/path/to/tmp/json" | 283 "/path/to/tmp/json" |
| 296 ], | 284 ], |
| 297 "name": "telemetry_perf_unittests" | 285 "name": "telemetry_perf_unittests" |
| 298 }, | 286 }, |
| 299 { | 287 { |
| 300 "name": "$final_result", | 288 "name": "$final_result", |
| 301 "reason": "Build failed due to 1 test failures", | 289 "reason": "Build failed due to 1 test failures", |
| 302 "status_code": 1 | 290 "status_code": 1 |
| 303 } | 291 } |
| 304 ] | 292 ] |
| OLD | NEW |