| 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-6.0", | 240 "os:Windows-6.0", |
| 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-6.0", | 252 "name": "[trigger] browser_tests on Windows-6.0", |
| 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-6.0/ffffffffff/Vista Tests (1)/571\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-6.0/ffffffffff/Vista Tests (1)/571\", @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "cmd": [ | 365 "cmd": [ |
| 364 "python", | 366 "python", |
| 365 "-u", | 367 "-u", |
| 366 "[BUILD]\\scripts\\slave\\process_dumps.py", | 368 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 367 "--target", | 369 "--target", |
| 368 "Release" | 370 "Release" |
| 369 ], | 371 ], |
| 370 "name": "process_dumps" | 372 "name": "process_dumps" |
| 371 } | 373 } |
| 372 ] | 374 ] |
| OLD | NEW |