| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "cmd": [ | 131 "cmd": [ |
| 132 "python", | 132 "python", |
| 133 "-u", | 133 "-u", |
| 134 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 134 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 135 "--write-full-results-to", | 135 "--write-full-results-to", |
| 136 "/path/to/tmp/json" | 136 "/path/to/tmp/json" |
| 137 ], | 137 ], |
| 138 "name": "mojo_python_tests" | 138 "name": "mojo_python_tests" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ |
| 142 "python", |
| 143 "-u", |
| 144 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py", |
| 145 "--write-full-results-to", |
| 146 "/path/to/tmp/json", |
| 147 "--build-dir", |
| 148 "[SLAVE_BUILD]/src/out" |
| 149 ], |
| 150 "name": "mojo_python_bindings_tests" |
| 151 }, |
| 152 { |
| 141 "allow_subannotations": true, | 153 "allow_subannotations": true, |
| 142 "cmd": [ | 154 "cmd": [ |
| 143 "python", | 155 "python", |
| 144 "-u", | 156 "-u", |
| 145 "[BUILD]/scripts/slave/runtest.py", | 157 "[BUILD]/scripts/slave/runtest.py", |
| 146 "--target", | 158 "--target", |
| 147 "Release", | 159 "Release", |
| 148 "--xvfb", | 160 "--xvfb", |
| 149 "--factory-properties", | 161 "--factory-properties", |
| 150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}", | 162 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \
"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "--metadata", | 217 "--metadata", |
| 206 "blink_revision=124383", | 218 "blink_revision=124383", |
| 207 "--metadata", | 219 "--metadata", |
| 208 "build_number=571", | 220 "build_number=571", |
| 209 "--write-full-results-to", | 221 "--write-full-results-to", |
| 210 "/path/to/tmp/json" | 222 "/path/to/tmp/json" |
| 211 ], | 223 ], |
| 212 "name": "telemetry_perf_unittests" | 224 "name": "telemetry_perf_unittests" |
| 213 } | 225 } |
| 214 ] | 226 ] |
| OLD | NEW |