| 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 Linux - noi18n - debug", | 10 "V8 Linux - noi18n - debug", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "client.v8", | 148 "client.v8", |
| 149 "-b", | 149 "-b", |
| 150 "V8 Linux - noi18n - debug", | 150 "V8 Linux - noi18n - debug", |
| 151 "--config-file", | 151 "--config-file", |
| 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 153 "--goma-dir", | 153 "--goma-dir", |
| 154 "[CACHE]/cipd/goma", | 154 "[CACHE]/cipd/goma", |
| 155 "--gyp-script=gypfiles/gyp_v8", | 155 "--gyp-script=gypfiles/gyp_v8", |
| 156 "//out/Debug" | 156 "//out/Debug" |
| 157 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]/v8", |
| 158 "env": { | 159 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 161 }, |
| 161 "name": "generate_build_files", | 162 "name": "generate_build_files", |
| 162 "stdout": "/path/to/tmp/", | 163 "stdout": "/path/to/tmp/", |
| 163 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@stdout@some line@@@", | 165 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 166 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 166 "@@@STEP_LOG_LINE@stdout@moar@@@", | 167 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 167 "@@@STEP_LOG_END@stdout@@@" | 168 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "-m", | 209 "-m", |
| 209 "client.v8", | 210 "client.v8", |
| 210 "-b", | 211 "-b", |
| 211 "V8 Linux - noi18n - debug", | 212 "V8 Linux - noi18n - debug", |
| 212 "--config-file", | 213 "--config-file", |
| 213 "[mb config]", | 214 "[mb config]", |
| 214 "--goma-dir", | 215 "--goma-dir", |
| 215 "[CACHE]/cipd/goma", | 216 "[CACHE]/cipd/goma", |
| 216 "[SLAVE_BUILD]/v8/out/gn" | 217 "[SLAVE_BUILD]/v8/out/gn" |
| 217 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]/v8", |
| 218 "env": { | 220 "env": { |
| 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 220 }, | 222 }, |
| 221 "name": "generate_build_files with gn (fyi)" | 223 "name": "generate_build_files with gn (fyi)" |
| 222 }, | 224 }, |
| 223 { | 225 { |
| 224 "cmd": [ | 226 "cmd": [ |
| 225 "python", | 227 "python", |
| 226 "-u", | 228 "-u", |
| 227 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 229 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 442 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 441 "@@@STEP_LOG_END@durations@@@" | 443 "@@@STEP_LOG_END@durations@@@" |
| 442 ] | 444 ] |
| 443 }, | 445 }, |
| 444 { | 446 { |
| 445 "name": "$result", | 447 "name": "$result", |
| 446 "recipe_result": null, | 448 "recipe_result": null, |
| 447 "status_code": 0 | 449 "status_code": 0 |
| 448 } | 450 } |
| 449 ] | 451 ] |
| OLD | NEW |