OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 "--src-dir", | 167 "--src-dir", |
168 "[SLAVE_BUILD]\\src", | 168 "[SLAVE_BUILD]\\src", |
169 "--goma-cache-dir", | 169 "--goma-cache-dir", |
170 "[GOMA_CACHE]", | 170 "[GOMA_CACHE]", |
171 "--build-tool", | 171 "--build-tool", |
172 "ninja", | 172 "ninja", |
173 "--mode", | 173 "--mode", |
174 "official", | 174 "official", |
175 "--", | 175 "--", |
176 "chrome", | 176 "chrome", |
177 "chromium_builder_perf" | 177 "chromium_builder_perf", |
| 178 "crash_service" |
178 ], | 179 ], |
179 "cwd": "[SLAVE_BUILD]", | 180 "cwd": "[SLAVE_BUILD]", |
180 "name": "compile" | 181 "name": "compile" |
181 }, | 182 }, |
182 { | 183 { |
183 "allow_subannotations": true, | 184 "allow_subannotations": true, |
184 "cmd": [ | 185 "cmd": [ |
185 "python", | 186 "python", |
186 "-u", | 187 "-u", |
187 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 188 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 224 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
224 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 225 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
225 } | 226 } |
226 } | 227 } |
227 ], | 228 ], |
228 "~followup_annotations": [ | 229 "~followup_annotations": [ |
229 "@@@STEP_TEXT@Win Clang Perf@@@" | 230 "@@@STEP_TEXT@Win Clang Perf@@@" |
230 ] | 231 ] |
231 }, | 232 }, |
232 { | 233 { |
| 234 "cmd": [ |
| 235 "python", |
| 236 "-u", |
| 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 238 "--target", |
| 239 "Release" |
| 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", |
| 242 "name": "start_crash_service" |
| 243 }, |
| 244 { |
233 "allow_subannotations": true, | 245 "allow_subannotations": true, |
234 "cmd": [ | 246 "cmd": [ |
235 "python", | 247 "python", |
236 "-u", | 248 "-u", |
237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 249 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
238 "--target", | 250 "--target", |
239 "Release", | 251 "Release", |
240 "--no-xvfb", | 252 "--no-xvfb", |
241 "--factory-properties", | 253 "--factory-properties", |
242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Clang Builder\", \"buildnumber\": 571, \"mastername\": \"ch
romium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win Clang Builder\", \"buildnumber\": 571, \"mastername\": \"ch
romium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla
vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
(...skipping 28 matching lines...) Expand all Loading... |
271 ], | 283 ], |
272 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
273 "name": "process_dumps" | 285 "name": "process_dumps" |
274 }, | 286 }, |
275 { | 287 { |
276 "name": "$result", | 288 "name": "$result", |
277 "recipe_result": null, | 289 "recipe_result": null, |
278 "status_code": 0 | 290 "status_code": 0 |
279 } | 291 } |
280 ] | 292 ] |
OLD | NEW |