| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 ], | 163 ], |
| 164 "env": { | 164 "env": { |
| 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 166 }, | 166 }, |
| 167 "name": "generate_build_files", | 167 "name": "generate_build_files", |
| 168 "stdout": "/path/to/tmp/", | 168 "stdout": "/path/to/tmp/", |
| 169 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@stdout@some line@@@", | 170 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 171 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 171 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 172 "@@@STEP_LOG_LINE@stdout@moar@@@", | 172 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 173 "@@@STEP_LOG_END@stdout@@@", | 173 "@@@STEP_LOG_END@stdout@@@" |
| 174 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", | |
| 175 "@@@STEP_LOG_LINE@diff@- clang: 0@@@", | |
| 176 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 0@@@", | |
| 177 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@", | |
| 178 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", | |
| 179 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@", | |
| 180 "@@@STEP_LOG_LINE@diff@? ^^^^@@@", | |
| 181 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@", | |
| 182 "@@@STEP_LOG_LINE@diff@? ^^^@@@", | |
| 183 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", | |
| 184 "@@@STEP_LOG_END@diff@@@", | |
| 185 "@@@STEP_WARNINGS@@@" | |
| 186 ] | 174 ] |
| 187 }, | 175 }, |
| 188 { | 176 { |
| 189 "cmd": [ | 177 "cmd": [ |
| 190 "python", | 178 "python", |
| 191 "-u", | 179 "-u", |
| 192 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", | 180 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 193 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 181 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 194 "/path/to/tmp/" | 182 "/path/to/tmp/" |
| 195 ], | 183 ], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 311 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 324 "@@@STEP_LOG_END@durations@@@" | 312 "@@@STEP_LOG_END@durations@@@" |
| 325 ] | 313 ] |
| 326 }, | 314 }, |
| 327 { | 315 { |
| 328 "name": "$result", | 316 "name": "$result", |
| 329 "recipe_result": null, | 317 "recipe_result": null, |
| 330 "status_code": 0 | 318 "status_code": 0 |
| 331 } | 319 } |
| 332 ] | 320 ] |
| OLD | NEW |