| 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 Mac - debug", | 10 "V8 Mac - debug", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "client.v8", | 169 "client.v8", |
| 170 "-b", | 170 "-b", |
| 171 "V8 Mac - debug", | 171 "V8 Mac - debug", |
| 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/Debug" | 177 "//out/Debug" |
| 178 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]/v8", |
| 179 "env": { | 180 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 181 }, | 182 }, |
| 182 "name": "generate_build_files", | 183 "name": "generate_build_files", |
| 183 "stdout": "/path/to/tmp/", | 184 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@stdout@some line@@@", | 186 "@@@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@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 187 "@@@STEP_LOG_LINE@stdout@moar@@@", | 188 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 188 "@@@STEP_LOG_END@stdout@@@" | 189 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "-m", | 230 "-m", |
| 230 "client.v8", | 231 "client.v8", |
| 231 "-b", | 232 "-b", |
| 232 "V8 Mac - debug", | 233 "V8 Mac - debug", |
| 233 "--config-file", | 234 "--config-file", |
| 234 "[mb config]", | 235 "[mb config]", |
| 235 "--goma-dir", | 236 "--goma-dir", |
| 236 "[CACHE]/cipd/goma", | 237 "[CACHE]/cipd/goma", |
| 237 "[SLAVE_BUILD]/v8/out/gn" | 238 "[SLAVE_BUILD]/v8/out/gn" |
| 238 ], | 239 ], |
| 240 "cwd": "[SLAVE_BUILD]/v8", |
| 239 "env": { | 241 "env": { |
| 240 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 241 }, | 243 }, |
| 242 "name": "generate_build_files with gn (fyi)" | 244 "name": "generate_build_files with gn (fyi)" |
| 243 }, | 245 }, |
| 244 { | 246 { |
| 245 "cmd": [ | 247 "cmd": [ |
| 246 "python", | 248 "python", |
| 247 "-u", | 249 "-u", |
| 248 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 250 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1020 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1019 "@@@STEP_LOG_END@durations@@@" | 1021 "@@@STEP_LOG_END@durations@@@" |
| 1020 ] | 1022 ] |
| 1021 }, | 1023 }, |
| 1022 { | 1024 { |
| 1023 "name": "$result", | 1025 "name": "$result", |
| 1024 "recipe_result": null, | 1026 "recipe_result": null, |
| 1025 "status_code": 0 | 1027 "status_code": 0 |
| 1026 } | 1028 } |
| 1027 ] | 1029 ] |
| OLD | NEW |