| 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" | |
| 179 ], | 178 ], |
| 180 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
| 181 "name": "compile" | 180 "name": "compile" |
| 182 }, | 181 }, |
| 183 { | 182 { |
| 184 "allow_subannotations": true, | 183 "allow_subannotations": true, |
| 185 "cmd": [ | 184 "cmd": [ |
| 186 "python", | 185 "python", |
| 187 "-u", | 186 "-u", |
| 188 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 187 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 223 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 225 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 224 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 226 } | 225 } |
| 227 } | 226 } |
| 228 ], | 227 ], |
| 229 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 230 "@@@STEP_TEXT@Win Clang Perf@@@" | 229 "@@@STEP_TEXT@Win Clang Perf@@@" |
| 231 ] | 230 ] |
| 232 }, | 231 }, |
| 233 { | 232 { |
| 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 { | |
| 245 "allow_subannotations": true, | 233 "allow_subannotations": true, |
| 246 "cmd": [ | 234 "cmd": [ |
| 247 "python", | 235 "python", |
| 248 "-u", | 236 "-u", |
| 249 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 250 "--target", | 238 "--target", |
| 251 "Release", | 239 "Release", |
| 252 "--no-xvfb", | 240 "--no-xvfb", |
| 253 "--factory-properties", | 241 "--factory-properties", |
| 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\"}", | 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\"}", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 283 ], | 271 ], |
| 284 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "process_dumps" | 273 "name": "process_dumps" |
| 286 }, | 274 }, |
| 287 { | 275 { |
| 288 "name": "$result", | 276 "name": "$result", |
| 289 "recipe_result": null, | 277 "recipe_result": null, |
| 290 "status_code": 0 | 278 "status_code": 0 |
| 291 } | 279 } |
| 292 ] | 280 ] |
| OLD | NEW |