| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 "/path/to/tmp/json", | 337 "/path/to/tmp/json", |
| 338 "--test-results-server", | 338 "--test-results-server", |
| 339 "test-results.appspot.com", | 339 "test-results.appspot.com", |
| 340 "--build-number", | 340 "--build-number", |
| 341 "571", | 341 "571", |
| 342 "--builder-name", | 342 "--builder-name", |
| 343 "Site Isolation Win", | 343 "Site Isolation Win", |
| 344 "--step-name", | 344 "--step-name", |
| 345 "webkit_tests", | 345 "webkit_tests", |
| 346 "--additional-driver-flag", | 346 "--additional-driver-flag", |
| 347 "--isolate-sites-for-testing=*.is", | 347 "--site-per-process", |
| 348 "--additional-expectations", | 348 "--additional-expectations", |
| 349 "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensio
ns", | 349 "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\site-per-process
", |
| 350 "--master-name", | 350 "--master-name", |
| 351 "chromium.fyi", | 351 "chromium.fyi", |
| 352 "--debug-rwt-logging" | 352 "--debug-rwt-logging" |
| 353 ], | 353 ], |
| 354 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win", | 354 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win", |
| 355 "env": { | 355 "env": { |
| 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 357 }, | 357 }, |
| 358 "name": "webkit_tests", | 358 "name": "webkit_tests", |
| 359 "~followup_annotations": [ | 359 "~followup_annotations": [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 402 }, | 402 }, |
| 403 "name": "process_dumps" | 403 "name": "process_dumps" |
| 404 }, | 404 }, |
| 405 { | 405 { |
| 406 "name": "$result", | 406 "name": "$result", |
| 407 "recipe_result": null, | 407 "recipe_result": null, |
| 408 "status_code": 0 | 408 "status_code": 0 |
| 409 } | 409 } |
| 410 ] | 410 ] |
| OLD | NEW |