| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 176 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 177 "--version" | 177 "--version" |
| 178 ], | 178 ], |
| 179 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
| 180 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
| 181 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@0.8.6@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
| 183 ] | 183 ] |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "python", | 187 "python", |
| 188 "-u", | 188 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 190 "runhooks" | 190 "runhooks" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]\\src", | 192 "cwd": "[SLAVE_BUILD]\\src", |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "--temp-root-dir", | 474 "--temp-root-dir", |
| 475 "[TMP_BASE]", | 475 "[TMP_BASE]", |
| 476 "--merged-test-output", | 476 "--merged-test-output", |
| 477 "/path/to/tmp/json", | 477 "/path/to/tmp/json", |
| 478 "--", | 478 "--", |
| 479 "collect", | 479 "collect", |
| 480 "--swarming", | 480 "--swarming", |
| 481 "https://chromium-swarm.appspot.com", | 481 "https://chromium-swarm.appspot.com", |
| 482 "--decorate", | 482 "--decorate", |
| 483 "--print-status-updates", | 483 "--print-status-updates", |
| 484 "--json", | 484 "--shards", |
| 485 "{\"base_task_name\": \"browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7
/571\", \"tasks\": {\"browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}" | 485 "1", |
| 486 "browser_tests/Windows-7-SP1/ffffffffff/WebKit Win7/571" |
| 486 ], | 487 ], |
| 487 "env": { | 488 "env": { |
| 488 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 489 }, | 490 }, |
| 490 "name": "browser_tests on Windows-7-SP1", | 491 "name": "browser_tests on Windows-7-SP1", |
| 491 "~followup_annotations": [ | 492 "~followup_annotations": [ |
| 492 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 493 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 493 ] | 494 ] |
| 494 }, | 495 }, |
| 495 { | 496 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 530 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 530 }, | 531 }, |
| 531 "name": "process_dumps" | 532 "name": "process_dumps" |
| 532 }, | 533 }, |
| 533 { | 534 { |
| 534 "name": "$result", | 535 "name": "$result", |
| 535 "recipe_result": null, | 536 "recipe_result": null, |
| 536 "status_code": 0 | 537 "status_code": 0 |
| 537 } | 538 } |
| 538 ] | 539 ] |
| OLD | NEW |