| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 ] | 135 ] |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [], | 138 "cmd": [], |
| 139 "name": "ensure_goma" | 139 "name": "ensure_goma" |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 145 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 146 "--platform", | 146 "--platform", |
| 147 "windows-amd64", | 147 "windows-amd64", |
| 148 "--dest-directory", | 148 "--dest-directory", |
| 149 "[SLAVE_BUILD]\\cipd", | 149 "[SLAVE_BUILD]\\cipd", |
| 150 "--json-output", | 150 "--json-output", |
| 151 "/path/to/tmp/json" | 151 "/path/to/tmp/json" |
| 152 ], | 152 ], |
| 153 "name": "ensure_goma.install cipd", | 153 "name": "ensure_goma.install cipd", |
| 154 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 155 "@@@STEP_NEST_LEVEL@1@@@", | 155 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "cmd": [], | 425 "cmd": [], |
| 426 "name": "test r1.ensure_goma", | 426 "name": "test r1.ensure_goma", |
| 427 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 428 "@@@STEP_NEST_LEVEL@1@@@" | 428 "@@@STEP_NEST_LEVEL@1@@@" |
| 429 ] | 429 ] |
| 430 }, | 430 }, |
| 431 { | 431 { |
| 432 "cmd": [ | 432 "cmd": [ |
| 433 "python", | 433 "python", |
| 434 "-u", | 434 "-u", |
| 435 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 435 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 436 "--platform", | 436 "--platform", |
| 437 "windows-amd64", | 437 "windows-amd64", |
| 438 "--dest-directory", | 438 "--dest-directory", |
| 439 "[SLAVE_BUILD]\\cipd", | 439 "[SLAVE_BUILD]\\cipd", |
| 440 "--json-output", | 440 "--json-output", |
| 441 "/path/to/tmp/json" | 441 "/path/to/tmp/json" |
| 442 ], | 442 ], |
| 443 "name": "test r1.ensure_goma.install cipd", | 443 "name": "test r1.ensure_goma.install cipd", |
| 444 "~followup_annotations": [ | 444 "~followup_annotations": [ |
| 445 "@@@STEP_NEST_LEVEL@2@@@", | 445 "@@@STEP_NEST_LEVEL@2@@@", |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 "@@@STEP_LOG_END@report@@@", | 888 "@@@STEP_LOG_END@report@@@", |
| 889 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres
sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes
t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}
}}}@@@" | 889 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres
sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes
t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}
}}}@@@" |
| 890 ] | 890 ] |
| 891 }, | 891 }, |
| 892 { | 892 { |
| 893 "name": "$result", | 893 "name": "$result", |
| 894 "recipe_result": null, | 894 "recipe_result": null, |
| 895 "status_code": 0 | 895 "status_code": 0 |
| 896 } | 896 } |
| 897 ] | 897 ] |
| OLD | NEW |