| 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", |
| 561 "--goma-dir", | 563 "--goma-dir", |
| 562 "[CACHE]\\cipd\\goma", | 564 "[CACHE]\\cipd\\goma", |
| 563 "--ninja-ensure-up-to-date", | 565 "--ninja-ensure-up-to-date", |
| 564 "--", | 566 "--", |
| 565 "gl_tests" | 567 "gl_tests" |
| 566 ], | 568 ], |
| 567 "cwd": "[SLAVE_BUILD]", | 569 "cwd": "[SLAVE_BUILD]", |
| 568 "name": "test r1.compile", | 570 "name": "test r1.compile", |
| 569 "~followup_annotations": [ | 571 "~followup_annotations": [ |
| 570 "@@@STEP_NEST_LEVEL@1@@@", | 572 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 "@@@STEP_LOG_END@report@@@", | 653 "@@@STEP_LOG_END@report@@@", |
| 652 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 654 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
| 653 ] | 655 ] |
| 654 }, | 656 }, |
| 655 { | 657 { |
| 656 "name": "$result", | 658 "name": "$result", |
| 657 "recipe_result": null, | 659 "recipe_result": null, |
| 658 "status_code": 0 | 660 "status_code": 0 |
| 659 } | 661 } |
| 660 ] | 662 ] |
| OLD | NEW |