| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "cmd": [ | 200 "cmd": [ |
| 201 "python", | 201 "python", |
| 202 "-u", | 202 "-u", |
| 203 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 203 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 204 "--write-full-results-to", | 204 "--write-full-results-to", |
| 205 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
| 206 ], | 206 ], |
| 207 "name": "mojo_python_tests" | 207 "name": "mojo_python_tests" |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 "cmd": [ |
| 211 "python", |
| 212 "-u", |
| 213 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py", |
| 214 "--write-full-results-to", |
| 215 "/path/to/tmp/json", |
| 216 "--build-dir", |
| 217 "[SLAVE_BUILD]/src/out" |
| 218 ], |
| 219 "name": "mojo_python_bindings_tests" |
| 220 }, |
| 221 { |
| 210 "allow_subannotations": true, | 222 "allow_subannotations": true, |
| 211 "cmd": [ | 223 "cmd": [ |
| 212 "python", | 224 "python", |
| 213 "-u", | 225 "-u", |
| 214 "[BUILD]/scripts/slave/runtest.py", | 226 "[BUILD]/scripts/slave/runtest.py", |
| 215 "--target", | 227 "--target", |
| 216 "Release", | 228 "Release", |
| 217 "--xvfb", | 229 "--xvfb", |
| 218 "--factory-properties", | 230 "--factory-properties", |
| 219 "{\"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\"
}", | 231 "{\"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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "--metadata", | 286 "--metadata", |
| 275 "blink_revision=124383", | 287 "blink_revision=124383", |
| 276 "--metadata", | 288 "--metadata", |
| 277 "build_number=571", | 289 "build_number=571", |
| 278 "--write-full-results-to", | 290 "--write-full-results-to", |
| 279 "/path/to/tmp/json" | 291 "/path/to/tmp/json" |
| 280 ], | 292 ], |
| 281 "name": "telemetry_perf_unittests" | 293 "name": "telemetry_perf_unittests" |
| 282 } | 294 } |
| 283 ] | 295 ] |
| OLD | NEW |