| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - internal snapshot", | 10 "V8 Linux64 - internal snapshot", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "--config-file", | 172 "--config-file", |
| 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 173 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 174 "--goma-dir", | 174 "--goma-dir", |
| 175 "[CACHE]/cipd/goma", | 175 "[CACHE]/cipd/goma", |
| 176 "--gyp-script=gypfiles/gyp_v8", | 176 "--gyp-script=gypfiles/gyp_v8", |
| 177 "//out/Release" | 177 "//out/Release" |
| 178 ], | 178 ], |
| 179 "env": { | 179 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 181 }, | 181 }, |
| 182 "name": "generate_build_files" | 182 "name": "generate_build_files", |
| 183 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 187 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 188 "@@@STEP_LOG_END@stdout@@@", |
| 189 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", |
| 190 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 191 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@", |
| 192 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", |
| 193 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 194 "@@@STEP_LOG_LINE@diff@- v8_use_external_startup_data: 0@@@", |
| 195 "@@@STEP_LOG_END@diff@@@", |
| 196 "@@@STEP_WARNINGS@@@" |
| 197 ] |
| 183 }, | 198 }, |
| 184 { | 199 { |
| 185 "cmd": [ | 200 "cmd": [ |
| 186 "python", | 201 "python", |
| 187 "-u", | 202 "-u", |
| 188 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", | 203 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 189 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 204 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 190 "/path/to/tmp/" | 205 "/path/to/tmp/" |
| 191 ], | 206 ], |
| 192 "name": "patch mb config (fyi)" | 207 "name": "patch mb config (fyi)" |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 434 "@@@STEP_LOG_END@durations@@@" | 449 "@@@STEP_LOG_END@durations@@@" |
| 435 ] | 450 ] |
| 436 }, | 451 }, |
| 437 { | 452 { |
| 438 "name": "$result", | 453 "name": "$result", |
| 439 "recipe_result": null, | 454 "recipe_result": null, |
| 440 "status_code": 0 | 455 "status_code": 0 |
| 441 } | 456 } |
| 442 ] | 457 ] |
| OLD | NEW |