| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 "Win Builder", | 541 "Win Builder", |
| 542 "--config-file", | 542 "--config-file", |
| 543 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 543 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 544 "--goma-dir", | 544 "--goma-dir", |
| 545 "[CACHE]\\cipd\\goma", | 545 "[CACHE]\\cipd\\goma", |
| 546 "--swarming-targets-file", | 546 "--swarming-targets-file", |
| 547 "gl_tests\n", | 547 "gl_tests\n", |
| 548 "//out/Release" | 548 "//out/Release" |
| 549 ], | 549 ], |
| 550 "cwd": "[SLAVE_BUILD]", | 550 "cwd": "[SLAVE_BUILD]", |
| 551 "env": { |
| 552 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 553 }, |
| 551 "name": "test r1.generate_build_files", | 554 "name": "test r1.generate_build_files", |
| 552 "~followup_annotations": [ | 555 "~followup_annotations": [ |
| 553 "@@@STEP_NEST_LEVEL@1@@@", | 556 "@@@STEP_NEST_LEVEL@1@@@", |
| 554 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 557 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
| 555 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 558 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 556 ] | 559 ] |
| 557 }, | 560 }, |
| 558 { | 561 { |
| 559 "cmd": [ | 562 "cmd": [ |
| 560 "python", | 563 "python", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 "@@@STEP_LOG_END@report@@@", | 826 "@@@STEP_LOG_END@report@@@", |
| 824 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 827 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 825 ] | 828 ] |
| 826 }, | 829 }, |
| 827 { | 830 { |
| 828 "name": "$result", | 831 "name": "$result", |
| 829 "recipe_result": null, | 832 "recipe_result": null, |
| 830 "status_code": 0 | 833 "status_code": 0 |
| 831 } | 834 } |
| 832 ] | 835 ] |
| OLD | NEW |