| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "-m", | 558 "-m", |
| 559 "chromium.win", | 559 "chromium.win", |
| 560 "-b", | 560 "-b", |
| 561 "Win Builder", | 561 "Win Builder", |
| 562 "-v", | 562 "-v", |
| 563 "//out/Release", | 563 "//out/Release", |
| 564 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}", | 564 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}", |
| 565 "/path/to/tmp/json" | 565 "/path/to/tmp/json" |
| 566 ], | 566 ], |
| 567 "cwd": "[SLAVE_BUILD]", | 567 "cwd": "[SLAVE_BUILD]", |
| 568 "env": { |
| 569 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 570 }, |
| 568 "name": "test r1.analyze", | 571 "name": "test r1.analyze", |
| 569 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 570 "@@@STEP_NEST_LEVEL@1@@@", | 573 "@@@STEP_NEST_LEVEL@1@@@", |
| 571 "@@@STEP_TEXT@No compile necessary@@@", | 574 "@@@STEP_TEXT@No compile necessary@@@", |
| 572 "@@@STEP_LOG_LINE@json.output@{@@@", | 575 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 578 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 576 "@@@STEP_LOG_LINE@json.output@}@@@", | 579 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 577 "@@@STEP_LOG_END@json.output@@@", | 580 "@@@STEP_LOG_END@json.output@@@", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 "@@@STEP_LOG_END@report@@@", | 661 "@@@STEP_LOG_END@report@@@", |
| 659 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 662 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru
e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 660 ] | 663 ] |
| 661 }, | 664 }, |
| 662 { | 665 { |
| 663 "name": "$result", | 666 "name": "$result", |
| 664 "recipe_result": null, | 667 "recipe_result": null, |
| 665 "status_code": 0 | 668 "status_code": 0 |
| 666 } | 669 } |
| 667 ] | 670 ] |
| OLD | NEW |