| 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 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
| (...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 Mac64 ASAN", | 171 "V8 Mac64 ASAN", |
| 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 "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 Mac64 ASAN", | 233 "V8 Mac64 ASAN", |
| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 633 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 632 "@@@STEP_LOG_END@durations@@@" | 634 "@@@STEP_LOG_END@durations@@@" |
| 633 ] | 635 ] |
| 634 }, | 636 }, |
| 635 { | 637 { |
| 636 "name": "$result", | 638 "name": "$result", |
| 637 "recipe_result": null, | 639 "recipe_result": null, |
| 638 "status_code": 0 | 640 "status_code": 0 |
| 639 } | 641 } |
| 640 ] | 642 ] |
| OLD | NEW |