| 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 { | |
| 222 "allow_subannotations": true, | 210 "allow_subannotations": true, |
| 223 "cmd": [ | 211 "cmd": [ |
| 224 "python", | 212 "python", |
| 225 "-u", | 213 "-u", |
| 226 "[BUILD]/scripts/slave/runtest.py", | 214 "[BUILD]/scripts/slave/runtest.py", |
| 227 "--target", | 215 "--target", |
| 228 "Release", | 216 "Release", |
| 229 "--xvfb", | 217 "--xvfb", |
| 230 "--factory-properties", | 218 "--factory-properties", |
| 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 0, \"mastername\": \"chromium.l
inux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \"s
lavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
, | 219 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 0, \"mastername\": \"chromium.l
inux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \"s
lavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "--metadata", | 274 "--metadata", |
| 287 "blink_revision=124383", | 275 "blink_revision=124383", |
| 288 "--metadata", | 276 "--metadata", |
| 289 "build_number=0", | 277 "build_number=0", |
| 290 "--write-full-results-to", | 278 "--write-full-results-to", |
| 291 "/path/to/tmp/json" | 279 "/path/to/tmp/json" |
| 292 ], | 280 ], |
| 293 "name": "telemetry_perf_unittests" | 281 "name": "telemetry_perf_unittests" |
| 294 } | 282 } |
| 295 ] | 283 ] |
| OLD | NEW |