| 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 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "client.v8", | 176 "client.v8", |
| 177 "-b", | 177 "-b", |
| 178 "V8 Linux64 - gcov coverage", | 178 "V8 Linux64 - gcov coverage", |
| 179 "--config-file", | 179 "--config-file", |
| 180 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 180 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 181 "--goma-dir", | 181 "--goma-dir", |
| 182 "[CACHE]/cipd/goma", | 182 "[CACHE]/cipd/goma", |
| 183 "--gyp-script=gypfiles/gyp_v8", | 183 "--gyp-script=gypfiles/gyp_v8", |
| 184 "//out/Release" | 184 "//out/Release" |
| 185 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]/v8", |
| 186 "env": { | 187 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, | 189 }, |
| 189 "name": "generate_build_files", | 190 "name": "generate_build_files", |
| 190 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
| 191 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@stdout@some line@@@", | 193 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 194 "@@@STEP_LOG_LINE@stdout@moar@@@", | 195 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 195 "@@@STEP_LOG_END@stdout@@@" | 196 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "-m", | 237 "-m", |
| 237 "client.v8", | 238 "client.v8", |
| 238 "-b", | 239 "-b", |
| 239 "V8 Linux64 - gcov coverage", | 240 "V8 Linux64 - gcov coverage", |
| 240 "--config-file", | 241 "--config-file", |
| 241 "[mb config]", | 242 "[mb config]", |
| 242 "--goma-dir", | 243 "--goma-dir", |
| 243 "[CACHE]/cipd/goma", | 244 "[CACHE]/cipd/goma", |
| 244 "[SLAVE_BUILD]/v8/out/gn" | 245 "[SLAVE_BUILD]/v8/out/gn" |
| 245 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]/v8", |
| 246 "env": { | 248 "env": { |
| 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 249 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 248 }, | 250 }, |
| 249 "name": "generate_build_files with gn (fyi)" | 251 "name": "generate_build_files with gn (fyi)" |
| 250 }, | 252 }, |
| 251 { | 253 { |
| 252 "cmd": [ | 254 "cmd": [ |
| 253 "python", | 255 "python", |
| 254 "-u", | 256 "-u", |
| 255 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 257 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 "~followup_annotations": [ | 405 "~followup_annotations": [ |
| 404 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 406 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 405 ] | 407 ] |
| 406 }, | 408 }, |
| 407 { | 409 { |
| 408 "name": "$result", | 410 "name": "$result", |
| 409 "recipe_result": null, | 411 "recipe_result": null, |
| 410 "status_code": 0 | 412 "status_code": 0 |
| 411 } | 413 } |
| 412 ] | 414 ] |
| OLD | NEW |