| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "tryserver.v8", | 154 "tryserver.v8", |
| 155 "-b", | 155 "-b", |
| 156 "v8_linux_gcc_rel", | 156 "v8_linux_gcc_rel", |
| 157 "--config-file", | 157 "--config-file", |
| 158 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 158 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 159 "--goma-dir", | 159 "--goma-dir", |
| 160 "[CACHE]/cipd/goma", | 160 "[CACHE]/cipd/goma", |
| 161 "--gyp-script=gypfiles/gyp_v8", | 161 "--gyp-script=gypfiles/gyp_v8", |
| 162 "//out/Release" | 162 "//out/Release" |
| 163 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]/v8", |
| 164 "env": { | 165 "env": { |
| 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 166 }, | 167 }, |
| 167 "name": "generate_build_files", | 168 "name": "generate_build_files", |
| 168 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
| 169 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@stdout@some line@@@", | 171 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 171 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 172 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 172 "@@@STEP_LOG_LINE@stdout@moar@@@", | 173 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 173 "@@@STEP_LOG_END@stdout@@@" | 174 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 "-m", | 215 "-m", |
| 215 "tryserver.v8", | 216 "tryserver.v8", |
| 216 "-b", | 217 "-b", |
| 217 "v8_linux_gcc_rel", | 218 "v8_linux_gcc_rel", |
| 218 "--config-file", | 219 "--config-file", |
| 219 "[mb config]", | 220 "[mb config]", |
| 220 "--goma-dir", | 221 "--goma-dir", |
| 221 "[CACHE]/cipd/goma", | 222 "[CACHE]/cipd/goma", |
| 222 "[SLAVE_BUILD]/v8/out/gn" | 223 "[SLAVE_BUILD]/v8/out/gn" |
| 223 ], | 224 ], |
| 225 "cwd": "[SLAVE_BUILD]/v8", |
| 224 "env": { | 226 "env": { |
| 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 226 }, | 228 }, |
| 227 "name": "generate_build_files with gn (fyi)" | 229 "name": "generate_build_files with gn (fyi)" |
| 228 }, | 230 }, |
| 229 { | 231 { |
| 230 "cmd": [ | 232 "cmd": [ |
| 231 "python", | 233 "python", |
| 232 "-u", | 234 "-u", |
| 233 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 235 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 327 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 326 "@@@STEP_LOG_END@durations@@@" | 328 "@@@STEP_LOG_END@durations@@@" |
| 327 ] | 329 ] |
| 328 }, | 330 }, |
| 329 { | 331 { |
| 330 "name": "$result", | 332 "name": "$result", |
| 331 "recipe_result": null, | 333 "recipe_result": null, |
| 332 "status_code": 0 | 334 "status_code": 0 |
| 333 } | 335 } |
| 334 ] | 336 ] |
| OLD | NEW |