| 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 "--src-dir", | 551 "--src-dir", |
| 552 "[SLAVE_BUILD]\\src", | 552 "[SLAVE_BUILD]\\src", |
| 553 "--goma-cache-dir", | 553 "--goma-cache-dir", |
| 554 "[GOMA_CACHE]", | 554 "[GOMA_CACHE]", |
| 555 "--build-tool", | 555 "--build-tool", |
| 556 "ninja", | 556 "ninja", |
| 557 "--compiler", | 557 "--compiler", |
| 558 "goma", | 558 "goma", |
| 559 "--goma-jsonstatus", | 559 "--goma-jsonstatus", |
| 560 "/path/to/tmp/json", | 560 "/path/to/tmp/json", |
| 561 "--goma-service-account-json-file", | |
| 562 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 563 "--goma-dir", | 561 "--goma-dir", |
| 564 "[CACHE]\\cipd\\goma", | 562 "[CACHE]\\cipd\\goma", |
| 565 "--ninja-ensure-up-to-date", | 563 "--ninja-ensure-up-to-date", |
| 566 "--", | 564 "--", |
| 567 "gl_tests" | 565 "gl_tests" |
| 568 ], | 566 ], |
| 569 "cwd": "[SLAVE_BUILD]", | 567 "cwd": "[SLAVE_BUILD]", |
| 570 "name": "test r1.compile", | 568 "name": "test r1.compile", |
| 571 "~followup_annotations": [ | 569 "~followup_annotations": [ |
| 572 "@@@STEP_NEST_LEVEL@1@@@", | 570 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 "@@@STEP_LOG_END@report@@@", | 651 "@@@STEP_LOG_END@report@@@", |
| 654 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 652 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 655 ] | 653 ] |
| 656 }, | 654 }, |
| 657 { | 655 { |
| 658 "name": "$result", | 656 "name": "$result", |
| 659 "recipe_result": null, | 657 "recipe_result": null, |
| 660 "status_code": 0 | 658 "status_code": 0 |
| 661 } | 659 } |
| 662 ] | 660 ] |
| OLD | NEW |