| 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 - shared", | 10 "V8 Linux - shared", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "--show-path", | 155 "--show-path", |
| 156 "python", | 156 "python", |
| 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 158 ], | 158 ], |
| 159 "name": "cleanup_temp" | 159 "name": "cleanup_temp" |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "[DEPOT_TOOLS]/gn.py", | 165 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 166 "--root=[SLAVE_BUILD]/v8", | 166 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 167 "gen", | 167 "/path/to/tmp/" |
| 168 "[TMP_BASE]/v8_gn_tmp_1", | |
| 169 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 170 ], | 168 ], |
| 171 "name": "gn" | 169 "name": "patch mb config (fyi)" |
| 172 }, | 170 }, |
| 173 { | 171 { |
| 174 "cmd": [ | 172 "cmd": [ |
| 173 "python", |
| 174 "-u", |
| 175 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 176 "gen", |
| 177 "-m", |
| 178 "client.v8", |
| 179 "-b", |
| 180 "V8 Linux - shared", |
| 181 "--config-file", |
| 182 "[mb config]", |
| 183 "--goma-dir", |
| 184 "[CACHE]/cipd/goma", |
| 185 "[TMP_BASE]/v8_gn_tmp_1" |
| 186 ], |
| 187 "env": { |
| 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 189 }, |
| 190 "name": "generate_build_files with gn (fyi)" |
| 191 }, |
| 192 { |
| 193 "cmd": [ |
| 175 "python", | 194 "python", |
| 176 "-u", | 195 "-u", |
| 177 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 196 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 178 "[TMP_BASE]/v8_gn_tmp_1", | 197 "[TMP_BASE]/v8_gn_tmp_1", |
| 179 "[SLAVE_BUILD]/v8/out/Release", | 198 "[SLAVE_BUILD]/v8/out/Release", |
| 180 "all", | 199 "all", |
| 181 "all" | 200 "all" |
| 182 ], | 201 ], |
| 183 "name": "compare build flags (fyi)" | 202 "name": "compare build flags (fyi)" |
| 184 }, | 203 }, |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 842 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 824 "@@@STEP_LOG_END@durations@@@" | 843 "@@@STEP_LOG_END@durations@@@" |
| 825 ] | 844 ] |
| 826 }, | 845 }, |
| 827 { | 846 { |
| 828 "name": "$result", | 847 "name": "$result", |
| 829 "recipe_result": null, | 848 "recipe_result": null, |
| 830 "status_code": 0 | 849 "status_code": 0 |
| 831 } | 850 } |
| 832 ] | 851 ] |
| OLD | NEW |