| 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 ASAN", | 10 "V8 Linux64 ASAN", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 ] | 78 ] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [], | 81 "cmd": [], |
| 82 "name": "ensure_goma" | 82 "name": "ensure_goma" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 88 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 89 "--platform", | 89 "--platform", |
| 90 "linux-amd64", | 90 "linux-amd64", |
| 91 "--dest-directory", | 91 "--dest-directory", |
| 92 "[SLAVE_BUILD]/cipd", | 92 "[SLAVE_BUILD]/cipd", |
| 93 "--json-output", | 93 "--json-output", |
| 94 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
| 95 ], | 95 ], |
| 96 "name": "ensure_goma.install cipd", | 96 "name": "ensure_goma.install cipd", |
| 97 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 98 "@@@STEP_NEST_LEVEL@1@@@", | 98 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 "~followup_annotations": [ | 984 "~followup_annotations": [ |
| 985 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 985 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 986 ] | 986 ] |
| 987 }, | 987 }, |
| 988 { | 988 { |
| 989 "name": "$result", | 989 "name": "$result", |
| 990 "recipe_result": null, | 990 "recipe_result": null, |
| 991 "status_code": 0 | 991 "status_code": 0 |
| 992 } | 992 } |
| 993 ] | 993 ] |
| OLD | NEW |