| 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 { | |
| 159 "allow_subannotations": true, | 147 "allow_subannotations": true, |
| 160 "cmd": [ | 148 "cmd": [ |
| 161 "python", | 149 "python", |
| 162 "-u", | 150 "-u", |
| 163 "[BUILD]/scripts/slave/runtest.py", | 151 "[BUILD]/scripts/slave/runtest.py", |
| 164 "--target", | 152 "--target", |
| 165 "Release", | 153 "Release", |
| 166 "--xvfb", | 154 "--xvfb", |
| 167 "--factory-properties", | 155 "--factory-properties", |
| 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\"}", | 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\"}", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "--metadata", | 211 "--metadata", |
| 224 "blink_revision=124383", | 212 "blink_revision=124383", |
| 225 "--metadata", | 213 "--metadata", |
| 226 "build_number=571", | 214 "build_number=571", |
| 227 "--write-full-results-to", | 215 "--write-full-results-to", |
| 228 "/path/to/tmp/json" | 216 "/path/to/tmp/json" |
| 229 ], | 217 ], |
| 230 "name": "telemetry_perf_unittests" | 218 "name": "telemetry_perf_unittests" |
| 231 } | 219 } |
| 232 ] | 220 ] |
| OLD | NEW |