| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "tryserver.v8", | 184 "tryserver.v8", |
| 185 "-b", | 185 "-b", |
| 186 "v8_win_rel_ng", | 186 "v8_win_rel_ng", |
| 187 "--config-file", | 187 "--config-file", |
| 188 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", | 188 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", |
| 189 "--goma-dir", | 189 "--goma-dir", |
| 190 "[CACHE]\\cipd\\goma", | 190 "[CACHE]\\cipd\\goma", |
| 191 "--gyp-script=gypfiles\\gyp_v8", | 191 "--gyp-script=gypfiles\\gyp_v8", |
| 192 "//out/Release" | 192 "//out/Release" |
| 193 ], | 193 ], |
| 194 "cwd": "[SLAVE_BUILD]\\v8", |
| 194 "env": { | 195 "env": { |
| 195 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 196 "GYP_MSVS_VERSION": "2013" | 197 "GYP_MSVS_VERSION": "2013" |
| 197 }, | 198 }, |
| 198 "name": "generate_build_files", | 199 "name": "generate_build_files", |
| 199 "stdout": "/path/to/tmp/", | 200 "stdout": "/path/to/tmp/", |
| 200 "~followup_annotations": [ | 201 "~followup_annotations": [ |
| 201 "@@@STEP_LOG_LINE@stdout@some line@@@", | 202 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 202 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 203 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 203 "@@@STEP_LOG_LINE@stdout@moar@@@", | 204 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "-m", | 246 "-m", |
| 246 "tryserver.v8", | 247 "tryserver.v8", |
| 247 "-b", | 248 "-b", |
| 248 "v8_win_rel_ng", | 249 "v8_win_rel_ng", |
| 249 "--config-file", | 250 "--config-file", |
| 250 "[mb config]", | 251 "[mb config]", |
| 251 "--goma-dir", | 252 "--goma-dir", |
| 252 "[CACHE]\\cipd\\goma", | 253 "[CACHE]\\cipd\\goma", |
| 253 "[SLAVE_BUILD]\\v8\\out\\gn" | 254 "[SLAVE_BUILD]\\v8\\out\\gn" |
| 254 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]\\v8", |
| 255 "env": { | 257 "env": { |
| 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 257 "GYP_MSVS_VERSION": "2013" | 259 "GYP_MSVS_VERSION": "2013" |
| 258 }, | 260 }, |
| 259 "name": "generate_build_files with gn (fyi)" | 261 "name": "generate_build_files with gn (fyi)" |
| 260 }, | 262 }, |
| 261 { | 263 { |
| 262 "cmd": [ | 264 "cmd": [ |
| 263 "python", | 265 "python", |
| 264 "-u", | 266 "-u", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| 376 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 378 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
| 377 ] | 379 ] |
| 378 }, | 380 }, |
| 379 { | 381 { |
| 380 "name": "$result", | 382 "name": "$result", |
| 381 "recipe_result": null, | 383 "recipe_result": null, |
| 382 "status_code": 0 | 384 "status_code": 0 |
| 383 } | 385 } |
| 384 ] | 386 ] |
| OLD | NEW |