| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Trusty", | 10 "Linux Trusty", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 131 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 132 "--write-full-results-to", | 132 "--write-full-results-to", |
| 133 "/path/to/tmp/json" | 133 "/path/to/tmp/json" |
| 134 ], | 134 ], |
| 135 "name": "mojo_python_tests" | 135 "name": "mojo_python_tests" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ |
| 139 "python", |
| 140 "-u", |
| 141 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_bindings_tests.py", |
| 142 "--write-full-results-to", |
| 143 "/path/to/tmp/json", |
| 144 "--build-dir", |
| 145 "[SLAVE_BUILD]/src/out" |
| 146 ], |
| 147 "name": "mojo_python_bindings_tests" |
| 148 }, |
| 149 { |
| 138 "allow_subannotations": true, | 150 "allow_subannotations": true, |
| 139 "cmd": [ | 151 "cmd": [ |
| 140 "python", | 152 "python", |
| 141 "-u", | 153 "-u", |
| 142 "[BUILD]/scripts/slave/runtest.py", | 154 "[BUILD]/scripts/slave/runtest.py", |
| 143 "--target", | 155 "--target", |
| 144 "Release", | 156 "Release", |
| 145 "--xvfb", | 157 "--xvfb", |
| 146 "--factory-properties", | 158 "--factory-properties", |
| 147 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Trusty\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Trusty\", \"buildnumber\": 571, \"mastername\": \"chromiu
m.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "--metadata", | 214 "--metadata", |
| 203 "blink_revision=124383", | 215 "blink_revision=124383", |
| 204 "--metadata", | 216 "--metadata", |
| 205 "build_number=571", | 217 "build_number=571", |
| 206 "--write-full-results-to", | 218 "--write-full-results-to", |
| 207 "/path/to/tmp/json" | 219 "/path/to/tmp/json" |
| 208 ], | 220 ], |
| 209 "name": "telemetry_perf_unittests" | 221 "name": "telemetry_perf_unittests" |
| 210 } | 222 } |
| 211 ] | 223 ] |
| OLD | NEW |