| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "--tag", | 235 "--tag", |
| 236 "master:chromium.win", | 236 "master:chromium.win", |
| 237 "--tag", | 237 "--tag", |
| 238 "name:browser_tests", | 238 "name:browser_tests", |
| 239 "--tag", | 239 "--tag", |
| 240 "os:Windows-5.1", | 240 "os:Windows-5.1", |
| 241 "--tag", | 241 "--tag", |
| 242 "project:chromium", | 242 "project:chromium", |
| 243 "--tag", | 243 "--tag", |
| 244 "purpose:CI", | 244 "purpose:CI", |
| 245 "--tag", |
| 246 "purpose:post-commit", |
| 245 "--idempotent", | 247 "--idempotent", |
| 246 "ffffffffffffffffffffffffffffffffffffffff", | 248 "ffffffffffffffffffffffffffffffffffffffff", |
| 247 "--", | 249 "--", |
| 248 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 250 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 249 ], | 251 ], |
| 250 "name": "[trigger] browser_tests on Windows-5.1", | 252 "name": "[trigger] browser_tests on Windows-5.1", |
| 251 "~followup_annotations": [ | 253 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output@{@@@", | 254 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-5.1/ffffffffff/XP Tests (1)/571\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-5.1/ffffffffff/XP Tests (1)/571\", @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "cmd": [ | 381 "cmd": [ |
| 380 "python", | 382 "python", |
| 381 "-u", | 383 "-u", |
| 382 "[BUILD]\\scripts\\slave\\process_dumps.py", | 384 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 383 "--target", | 385 "--target", |
| 384 "Release" | 386 "Release" |
| 385 ], | 387 ], |
| 386 "name": "process_dumps" | 388 "name": "process_dumps" |
| 387 } | 389 } |
| 388 ] | 390 ] |
| OLD | NEW |