| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "cmd": [ | 137 "cmd": [ |
| 138 "python", | 138 "python", |
| 139 "-u", | 139 "-u", |
| 140 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 140 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 141 "--write-full-results-to", | 141 "--write-full-results-to", |
| 142 "/path/to/tmp/json" | 142 "/path/to/tmp/json" |
| 143 ], | 143 ], |
| 144 "name": "mojo_python_tests" | 144 "name": "mojo_python_tests" |
| 145 }, | 145 }, |
| 146 { | 146 { |
| 147 "cmd": [ |
| 148 "python", |
| 149 "-u", |
| 150 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py", |
| 151 "--write-full-results-to", |
| 152 "/path/to/tmp/json", |
| 153 "--build-dir", |
| 154 "[SLAVE_BUILD]/src/out" |
| 155 ], |
| 156 "name": "mojo_python_bindings_tests" |
| 157 }, |
| 158 { |
| 147 "allow_subannotations": true, | 159 "allow_subannotations": true, |
| 148 "cmd": [ | 160 "cmd": [ |
| 149 "python", | 161 "python", |
| 150 "-u", | 162 "-u", |
| 151 "[BUILD]/scripts/slave/runtest.py", | 163 "[BUILD]/scripts/slave/runtest.py", |
| 152 "--target", | 164 "--target", |
| 153 "Release", | 165 "Release", |
| 154 "--xvfb", | 166 "--xvfb", |
| 155 "--factory-properties", | 167 "--factory-properties", |
| 156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"pa
rent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to
/workdir/TestSlavename\"}", | 168 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"client.s
kia\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"pa
rent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\", \"r
ecipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to
/workdir/TestSlavename\"}", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "--metadata", | 223 "--metadata", |
| 212 "blink_revision=124383", | 224 "blink_revision=124383", |
| 213 "--metadata", | 225 "--metadata", |
| 214 "build_number=571", | 226 "build_number=571", |
| 215 "--write-full-results-to", | 227 "--write-full-results-to", |
| 216 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
| 217 ], | 229 ], |
| 218 "name": "telemetry_perf_unittests" | 230 "name": "telemetry_perf_unittests" |
| 219 } | 231 } |
| 220 ] | 232 ] |
| OLD | NEW |