| 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_mac64_rel", | 10 "v8_mac64_rel", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 ], | 184 ], |
| 185 "env": { | 185 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, | 187 }, |
| 188 "name": "generate_build_files", | 188 "name": "generate_build_files", |
| 189 "stdout": "/path/to/tmp/", | 189 "stdout": "/path/to/tmp/", |
| 190 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@stdout@some line@@@", | 191 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@moar@@@", | 193 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 194 "@@@STEP_LOG_END@stdout@@@", | 194 "@@@STEP_LOG_END@stdout@@@" |
| 195 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", | |
| 196 "@@@STEP_LOG_LINE@diff@- clang: 1@@@", | |
| 197 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@", | |
| 198 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@", | |
| 199 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", | |
| 200 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@", | |
| 201 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", | |
| 202 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", | |
| 203 "@@@STEP_LOG_END@diff@@@", | |
| 204 "@@@STEP_WARNINGS@@@" | |
| 205 ] | 195 ] |
| 206 }, | 196 }, |
| 207 { | 197 { |
| 208 "cmd": [ | 198 "cmd": [ |
| 209 "python", | 199 "python", |
| 210 "-u", | 200 "-u", |
| 211 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", | 201 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 212 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 202 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 213 "/path/to/tmp/" | 203 "/path/to/tmp/" |
| 214 ], | 204 ], |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1052 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1063 "@@@STEP_LOG_END@durations@@@" | 1053 "@@@STEP_LOG_END@durations@@@" |
| 1064 ] | 1054 ] |
| 1065 }, | 1055 }, |
| 1066 { | 1056 { |
| 1067 "name": "$result", | 1057 "name": "$result", |
| 1068 "recipe_result": null, | 1058 "recipe_result": null, |
| 1069 "status_code": 0 | 1059 "status_code": 0 |
| 1070 } | 1060 } |
| 1071 ] | 1061 ] |
| OLD | NEW |