| 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 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=true 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 - debug builder", |
| 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/Debug", | 198 "[SLAVE_BUILD]/v8/out/Debug", |
| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "~followup_annotations": [ | 431 "~followup_annotations": [ |
| 413 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- gc stress@@@" | 432 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux
- gc stress@@@" |
| 414 ] | 433 ] |
| 415 }, | 434 }, |
| 416 { | 435 { |
| 417 "name": "$result", | 436 "name": "$result", |
| 418 "recipe_result": null, | 437 "recipe_result": null, |
| 419 "status_code": 0 | 438 "status_code": 0 |
| 420 } | 439 } |
| 421 ] | 440 ] |
| OLD | NEW |