| 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 - debug builder", | 10 "V8 Linux - debug builder", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 ], | 178 ], |
| 179 "env": { | 179 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 181 }, | 181 }, |
| 182 "name": "generate_build_files", | 182 "name": "generate_build_files", |
| 183 "stdout": "/path/to/tmp/", | 183 "stdout": "/path/to/tmp/", |
| 184 "~followup_annotations": [ | 184 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@stdout@some line@@@", | 185 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 186 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 187 "@@@STEP_LOG_LINE@stdout@moar@@@", | 187 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 188 "@@@STEP_LOG_END@stdout@@@", | 188 "@@@STEP_LOG_END@stdout@@@" |
| 189 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@", | |
| 190 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", | |
| 191 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@", | |
| 192 "@@@STEP_LOG_LINE@diff@? ^^^^@@@", | |
| 193 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@", | |
| 194 "@@@STEP_LOG_LINE@diff@? ^^^@@@", | |
| 195 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", | |
| 196 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", | |
| 197 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@", | |
| 198 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@", | |
| 199 "@@@STEP_LOG_END@diff@@@", | |
| 200 "@@@STEP_WARNINGS@@@" | |
| 201 ] | 189 ] |
| 202 }, | 190 }, |
| 203 { | 191 { |
| 204 "cmd": [ | 192 "cmd": [ |
| 205 "python", | 193 "python", |
| 206 "-u", | 194 "-u", |
| 207 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", | 195 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 208 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 196 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 209 "/path/to/tmp/" | 197 "/path/to/tmp/" |
| 210 ], | 198 ], |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "~followup_annotations": [ | 440 "~followup_annotations": [ |
| 453 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- gc stress@@@" | 441 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- gc stress@@@" |
| 454 ] | 442 ] |
| 455 }, | 443 }, |
| 456 { | 444 { |
| 457 "name": "$result", | 445 "name": "$result", |
| 458 "recipe_result": null, | 446 "recipe_result": null, |
| 459 "status_code": 0 | 447 "status_code": 0 |
| 460 } | 448 } |
| 461 ] | 449 ] |
| OLD | NEW |