| 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 { | |
| 153 "allow_subannotations": true, | 141 "allow_subannotations": true, |
| 154 "cmd": [ | 142 "cmd": [ |
| 155 "python", | 143 "python", |
| 156 "-u", | 144 "-u", |
| 157 "[BUILD]/scripts/slave/runtest.py", | 145 "[BUILD]/scripts/slave/runtest.py", |
| 158 "--target", | 146 "--target", |
| 159 "Release", | 147 "Release", |
| 160 "--xvfb", | 148 "--xvfb", |
| 161 "--factory-properties", | 149 "--factory-properties", |
| 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\"}", | 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\"}", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "--metadata", | 205 "--metadata", |
| 218 "blink_revision=124383", | 206 "blink_revision=124383", |
| 219 "--metadata", | 207 "--metadata", |
| 220 "build_number=571", | 208 "build_number=571", |
| 221 "--write-full-results-to", | 209 "--write-full-results-to", |
| 222 "/path/to/tmp/json" | 210 "/path/to/tmp/json" |
| 223 ], | 211 ], |
| 224 "name": "telemetry_perf_unittests" | 212 "name": "telemetry_perf_unittests" |
| 225 } | 213 } |
| 226 ] | 214 ] |
| OLD | NEW |