| 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 "master.client.catapult", | 8 "master.client.catapult", |
| 9 "--builder", | 9 "--builder", |
| 10 "windows", | 10 "windows", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "Tracing Python Tests" | 128 "name": "Tracing Python Tests" |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [ | 131 "cmd": [ |
| 132 "python", | 132 "python", |
| 133 "-u", | 133 "-u", |
| 134 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", | 134 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", |
| 135 "--no-install-hooks", | 135 "--no-install-hooks", |
| 136 "--no-use-local-chrome" | 136 "--no-use-local-chrome", |
| 137 "--channel=stable" |
| 137 ], | 138 ], |
| 138 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| 139 "name": "Tracing Dev Server Tests" | 140 "name": "Tracing Dev Server Tests: Chrome Stable" |
| 140 }, | 141 }, |
| 141 { | 142 { |
| 142 "cmd": [ | 143 "cmd": [ |
| 144 "python", |
| 145 "-u", |
| 146 "[SLAVE_BUILD]/catapult/tracing/bin/run_dev_server_tests", |
| 147 "--no-install-hooks", |
| 148 "--no-use-local-chrome", |
| 149 "--channel=canary" |
| 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
| 152 "name": "Tracing Dev Server Tests: Chrome Canary" |
| 153 }, |
| 154 { |
| 155 "cmd": [ |
| 143 "python", | 156 "python", |
| 144 "-u", | 157 "-u", |
| 145 "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests", | 158 "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests", |
| 146 "--no-install-hooks" | 159 "--no-install-hooks" |
| 147 ], | 160 ], |
| 148 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "Py-vulcanize Tests" | 162 "name": "Py-vulcanize Tests" |
| 150 }, | 163 }, |
| 151 { | 164 { |
| 152 "cmd": [ | 165 "cmd": [ |
| 153 "python", | 166 "python", |
| 154 "-u", | 167 "-u", |
| 155 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", | 168 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", |
| 156 "--no-install-hooks", | 169 "--no-install-hooks", |
| 157 "--no-use-local-chrome" | 170 "--no-use-local-chrome", |
| 171 "--channel=stable" |
| 158 ], | 172 ], |
| 159 "cwd": "[SLAVE_BUILD]", | 173 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "Perf Insights Dev Server Tests" | 174 "name": "Perf Insights Dev Server Tests: Chrome Stable" |
| 161 }, | 175 }, |
| 162 { | 176 { |
| 163 "cmd": [ | 177 "cmd": [ |
| 178 "python", |
| 179 "-u", |
| 180 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", |
| 181 "--no-install-hooks", |
| 182 "--no-use-local-chrome", |
| 183 "--channel=canary" |
| 184 ], |
| 185 "cwd": "[SLAVE_BUILD]", |
| 186 "name": "Perf Insights Dev Server Tests: Chrome Canary" |
| 187 }, |
| 188 { |
| 189 "cmd": [ |
| 164 "python", | 190 "python", |
| 165 "-u", | 191 "-u", |
| 166 "[SLAVE_BUILD]/catapult/systrace/bin/run_tests" | 192 "[SLAVE_BUILD]/catapult/systrace/bin/run_tests" |
| 167 ], | 193 ], |
| 168 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "Systrace Tests" | 195 "name": "Systrace Tests" |
| 170 }, | 196 }, |
| 171 { | 197 { |
| 172 "cmd": [ | 198 "cmd": [ |
| 173 "python", | 199 "python", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 204 ], | 230 ], |
| 205 "cwd": "[SLAVE_BUILD]", | 231 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "Perf Insights Python Tests" | 232 "name": "Perf Insights Python Tests" |
| 207 }, | 233 }, |
| 208 { | 234 { |
| 209 "name": "$result", | 235 "name": "$result", |
| 210 "recipe_result": null, | 236 "recipe_result": null, |
| 211 "status_code": 0 | 237 "status_code": 0 |
| 212 } | 238 } |
| 213 ] | 239 ] |
| OLD | NEW |