| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "client.v8", | 156 "client.v8", |
| 157 "-b", | 157 "-b", |
| 158 "V8 Win64 - clang", | 158 "V8 Win64 - clang", |
| 159 "--config-file", | 159 "--config-file", |
| 160 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", | 160 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", |
| 161 "--goma-dir", | 161 "--goma-dir", |
| 162 "[CACHE]\\cipd\\goma", | 162 "[CACHE]\\cipd\\goma", |
| 163 "--gyp-script=gypfiles\\gyp_v8", | 163 "--gyp-script=gypfiles\\gyp_v8", |
| 164 "//out/Release_x64" | 164 "//out/Release_x64" |
| 165 ], | 165 ], |
| 166 "cwd": "[SLAVE_BUILD]\\v8", |
| 166 "env": { | 167 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 168 }, | 169 }, |
| 169 "name": "generate_build_files", | 170 "name": "generate_build_files", |
| 170 "stdout": "/path/to/tmp/", | 171 "stdout": "/path/to/tmp/", |
| 171 "~followup_annotations": [ | 172 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@stdout@some line@@@", | 173 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 173 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 174 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 174 "@@@STEP_LOG_LINE@stdout@moar@@@", | 175 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 175 "@@@STEP_LOG_END@stdout@@@" | 176 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 "-m", | 217 "-m", |
| 217 "client.v8", | 218 "client.v8", |
| 218 "-b", | 219 "-b", |
| 219 "V8 Win64 - clang", | 220 "V8 Win64 - clang", |
| 220 "--config-file", | 221 "--config-file", |
| 221 "[mb config]", | 222 "[mb config]", |
| 222 "--goma-dir", | 223 "--goma-dir", |
| 223 "[CACHE]\\cipd\\goma", | 224 "[CACHE]\\cipd\\goma", |
| 224 "[SLAVE_BUILD]\\v8\\out\\gn" | 225 "[SLAVE_BUILD]\\v8\\out\\gn" |
| 225 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]\\v8", |
| 226 "env": { | 228 "env": { |
| 227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 228 }, | 230 }, |
| 229 "name": "generate_build_files with gn (fyi)" | 231 "name": "generate_build_files with gn (fyi)" |
| 230 }, | 232 }, |
| 231 { | 233 { |
| 232 "cmd": [ | 234 "cmd": [ |
| 233 "python", | 235 "python", |
| 234 "-u", | 236 "-u", |
| 235 "[SLAVE_BUILD]\\v8\\tools\\gyp_flag_compare.py", | 237 "[SLAVE_BUILD]\\v8\\tools\\gyp_flag_compare.py", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 308 "@@@STEP_LOG_END@json.output (invalid)@@@" | 310 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 309 ] | 311 ] |
| 310 }, | 312 }, |
| 311 { | 313 { |
| 312 "name": "$result", | 314 "name": "$result", |
| 313 "recipe_result": null, | 315 "recipe_result": null, |
| 314 "status_code": 0 | 316 "status_code": 0 |
| 315 } | 317 } |
| 316 ] | 318 ] |
| OLD | NEW |