| 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_mac_rel_ng", | 10 "v8_mac_rel_ng", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "tryserver.v8", | 175 "tryserver.v8", |
| 176 "-b", | 176 "-b", |
| 177 "v8_mac_rel_ng", | 177 "v8_mac_rel_ng", |
| 178 "--config-file", | 178 "--config-file", |
| 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 179 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 180 "--goma-dir", | 180 "--goma-dir", |
| 181 "[CACHE]/cipd/goma", | 181 "[CACHE]/cipd/goma", |
| 182 "--gyp-script=gypfiles/gyp_v8", | 182 "--gyp-script=gypfiles/gyp_v8", |
| 183 "//out/Release" | 183 "//out/Release" |
| 184 ], | 184 ], |
| 185 "cwd": "[SLAVE_BUILD]/v8", |
| 185 "env": { | 186 "env": { |
| 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 187 }, | 188 }, |
| 188 "name": "generate_build_files", | 189 "name": "generate_build_files", |
| 189 "stdout": "/path/to/tmp/", | 190 "stdout": "/path/to/tmp/", |
| 190 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@stdout@some line@@@", | 192 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 192 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 193 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 193 "@@@STEP_LOG_LINE@stdout@moar@@@", | 194 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 194 "@@@STEP_LOG_END@stdout@@@" | 195 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "-m", | 236 "-m", |
| 236 "tryserver.v8", | 237 "tryserver.v8", |
| 237 "-b", | 238 "-b", |
| 238 "v8_mac_rel_ng", | 239 "v8_mac_rel_ng", |
| 239 "--config-file", | 240 "--config-file", |
| 240 "[mb config]", | 241 "[mb config]", |
| 241 "--goma-dir", | 242 "--goma-dir", |
| 242 "[CACHE]/cipd/goma", | 243 "[CACHE]/cipd/goma", |
| 243 "[SLAVE_BUILD]/v8/out/gn" | 244 "[SLAVE_BUILD]/v8/out/gn" |
| 244 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]/v8", |
| 245 "env": { | 247 "env": { |
| 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 247 }, | 249 }, |
| 248 "name": "generate_build_files with gn (fyi)" | 250 "name": "generate_build_files with gn (fyi)" |
| 249 }, | 251 }, |
| 250 { | 252 { |
| 251 "cmd": [ | 253 "cmd": [ |
| 252 "python", | 254 "python", |
| 253 "-u", | 255 "-u", |
| 254 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 256 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" | 398 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" |
| 397 ] | 399 ] |
| 398 }, | 400 }, |
| 399 { | 401 { |
| 400 "name": "$result", | 402 "name": "$result", |
| 401 "recipe_result": null, | 403 "recipe_result": null, |
| 402 "status_code": 0 | 404 "status_code": 0 |
| 403 } | 405 } |
| 404 ] | 406 ] |
| OLD | NEW |