| 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 - full debug", | 10 "V8 Linux - full debug", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "--show-path", | 134 "--show-path", |
| 135 "python", | 135 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 137 ], | 137 ], |
| 138 "name": "cleanup_temp" | 138 "name": "cleanup_temp" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "[DEPOT_TOOLS]/gn.py", | 144 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 145 "--root=[SLAVE_BUILD]/v8", | 145 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 146 "gen", | 146 "/path/to/tmp/" |
| 147 "[TMP_BASE]/v8_gn_tmp_1", | |
| 148 "--args=is_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/
cipd/goma\"" | |
| 149 ], | 147 ], |
| 150 "name": "gn" | 148 "name": "patch mb config (fyi)" |
| 151 }, | 149 }, |
| 152 { | 150 { |
| 153 "cmd": [ | 151 "cmd": [ |
| 152 "python", |
| 153 "-u", |
| 154 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 155 "gen", |
| 156 "-m", |
| 157 "client.v8", |
| 158 "-b", |
| 159 "V8 Linux - full debug", |
| 160 "--config-file", |
| 161 "[mb config]", |
| 162 "--goma-dir", |
| 163 "[CACHE]/cipd/goma", |
| 164 "[TMP_BASE]/v8_gn_tmp_1" |
| 165 ], |
| 166 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 168 }, |
| 169 "name": "generate_build_files with gn (fyi)" |
| 170 }, |
| 171 { |
| 172 "cmd": [ |
| 154 "python", | 173 "python", |
| 155 "-u", | 174 "-u", |
| 156 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 175 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 157 "[TMP_BASE]/v8_gn_tmp_1", | 176 "[TMP_BASE]/v8_gn_tmp_1", |
| 158 "[SLAVE_BUILD]/v8/out/Debug", | 177 "[SLAVE_BUILD]/v8/out/Debug", |
| 159 "all", | 178 "all", |
| 160 "all" | 179 "all" |
| 161 ], | 180 ], |
| 162 "name": "compare build flags (fyi)" | 181 "name": "compare build flags (fyi)" |
| 163 }, | 182 }, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 295 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 277 "@@@STEP_LOG_END@durations@@@" | 296 "@@@STEP_LOG_END@durations@@@" |
| 278 ] | 297 ] |
| 279 }, | 298 }, |
| 280 { | 299 { |
| 281 "name": "$result", | 300 "name": "$result", |
| 282 "recipe_result": null, | 301 "recipe_result": null, |
| 283 "status_code": 0 | 302 "status_code": 0 |
| 284 } | 303 } |
| 285 ] | 304 ] |
| OLD | NEW |