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