| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "chromium.win", | 524 "chromium.win", |
| 525 "-b", | 525 "-b", |
| 526 "Win Builder", | 526 "Win Builder", |
| 527 "--config-file", | 527 "--config-file", |
| 528 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 528 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 529 "--goma-dir", | 529 "--goma-dir", |
| 530 "[CACHE]\\cipd\\goma", | 530 "[CACHE]\\cipd\\goma", |
| 531 "//out/Release" | 531 "//out/Release" |
| 532 ], | 532 ], |
| 533 "cwd": "[SLAVE_BUILD]", | 533 "cwd": "[SLAVE_BUILD]", |
| 534 "env": { |
| 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 536 }, |
| 534 "name": "test r1.generate_build_files", | 537 "name": "test r1.generate_build_files", |
| 535 "~followup_annotations": [ | 538 "~followup_annotations": [ |
| 536 "@@@STEP_NEST_LEVEL@1@@@" | 539 "@@@STEP_NEST_LEVEL@1@@@" |
| 537 ] | 540 ] |
| 538 }, | 541 }, |
| 539 { | 542 { |
| 540 "cmd": [ | 543 "cmd": [ |
| 541 "python", | 544 "python", |
| 542 "-u", | 545 "-u", |
| 543 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 546 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 114 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\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 662 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\
"], \"status\": \"failed\", \"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 |