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