| 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" | |
| 138 ], | 137 ], |
| 139 "cwd": "[SLAVE_BUILD]", | 138 "cwd": "[SLAVE_BUILD]", |
| 140 "name": "Tracing Dev Server Tests: Chrome Stable" | 139 "name": "Tracing Dev Server Tests" |
| 141 }, | 140 }, |
| 142 { | 141 { |
| 143 "cmd": [ | 142 "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": [ | |
| 156 "python", | 143 "python", |
| 157 "-u", | 144 "-u", |
| 158 "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests", | 145 "[SLAVE_BUILD]/catapult/third_party/py_vulcanize/bin/run_py_tests", |
| 159 "--no-install-hooks" | 146 "--no-install-hooks" |
| 160 ], | 147 ], |
| 161 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "Py-vulcanize Tests" | 149 "name": "Py-vulcanize Tests" |
| 163 }, | 150 }, |
| 164 { | 151 { |
| 165 "cmd": [ | 152 "cmd": [ |
| 166 "python", | 153 "python", |
| 167 "-u", | 154 "-u", |
| 168 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", | 155 "[SLAVE_BUILD]/catapult/perf_insights/bin/run_dev_server_tests", |
| 169 "--no-install-hooks", | 156 "--no-install-hooks", |
| 170 "--no-use-local-chrome", | 157 "--no-use-local-chrome" |
| 171 "--channel=stable" | |
| 172 ], | 158 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 174 "name": "Perf Insights Dev Server Tests: Chrome Stable" | 160 "name": "Perf Insights Dev Server Tests" |
| 175 }, | 161 }, |
| 176 { | 162 { |
| 177 "cmd": [ | 163 "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": [ | |
| 190 "python", | 164 "python", |
| 191 "-u", | 165 "-u", |
| 192 "[SLAVE_BUILD]/catapult/systrace/bin/run_tests" | 166 "[SLAVE_BUILD]/catapult/systrace/bin/run_tests" |
| 193 ], | 167 ], |
| 194 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "Systrace Tests" | 169 "name": "Systrace Tests" |
| 196 }, | 170 }, |
| 197 { | 171 { |
| 198 "cmd": [ | 172 "cmd": [ |
| 199 "python", | 173 "python", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 230 ], | 204 ], |
| 231 "cwd": "[SLAVE_BUILD]", | 205 "cwd": "[SLAVE_BUILD]", |
| 232 "name": "Perf Insights Python Tests" | 206 "name": "Perf Insights Python Tests" |
| 233 }, | 207 }, |
| 234 { | 208 { |
| 235 "name": "$result", | 209 "name": "$result", |
| 236 "recipe_result": null, | 210 "recipe_result": null, |
| 237 "status_code": 0 | 211 "status_code": 0 |
| 238 } | 212 } |
| 239 ] | 213 ] |
| OLD | NEW |