| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 120 "--version" | 120 "--version" |
| 121 ], | 121 ], |
| 122 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
| 123 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_TEXT@0.8.6@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
| 126 ] | 126 ] |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 133 "runhooks" | 133 "runhooks" |
| 134 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]\\src", | 135 "cwd": "[SLAVE_BUILD]\\src", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--temp-root-dir", | 356 "--temp-root-dir", |
| 357 "[TMP_BASE]", | 357 "[TMP_BASE]", |
| 358 "--merged-test-output", | 358 "--merged-test-output", |
| 359 "/path/to/tmp/json", | 359 "/path/to/tmp/json", |
| 360 "--", | 360 "--", |
| 361 "collect", | 361 "collect", |
| 362 "--swarming", | 362 "--swarming", |
| 363 "https://chromium-swarm.appspot.com", | 363 "https://chromium-swarm.appspot.com", |
| 364 "--decorate", | 364 "--decorate", |
| 365 "--print-status-updates", | 365 "--print-status-updates", |
| 366 "--json", | 366 "--shards", |
| 367 "{\"base_task_name\": \"browser_tests/Windows-7-SP1/ffffffffff/ClangToTWin
tester/571\", \"tasks\": {\"browser_tests/Windows-7-SP1/ffffffffff/ClangToTWin
tester/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https
://chromium-swarm.appspot.com/user/task/10000\"}}}" | 367 "1", |
| 368 "browser_tests/Windows-7-SP1/ffffffffff/ClangToTWin tester/571" |
| 368 ], | 369 ], |
| 369 "env": { | 370 "env": { |
| 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 371 }, | 372 }, |
| 372 "name": "browser_tests on Windows-7-SP1", | 373 "name": "browser_tests on Windows-7-SP1", |
| 373 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 374 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 375 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 375 ] | 376 ] |
| 376 }, | 377 }, |
| 377 { | 378 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 412 }, | 413 }, |
| 413 "name": "process_dumps" | 414 "name": "process_dumps" |
| 414 }, | 415 }, |
| 415 { | 416 { |
| 416 "name": "$result", | 417 "name": "$result", |
| 417 "recipe_result": null, | 418 "recipe_result": null, |
| 418 "status_code": 0 | 419 "status_code": 0 |
| 419 } | 420 } |
| 420 ] | 421 ] |
| OLD | NEW |