| Index: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
|
| index fec1caef4adad35044c2f6439272dcac71516cec..74907b13bfb90485f1c3c7422d59fae307d73337 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
|
| @@ -162,13 +162,32 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[DEPOT_TOOLS]/gn.py",
|
| - "--root=[SLAVE_BUILD]/v8",
|
| + "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
|
| + "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| + "/path/to/tmp/"
|
| + ],
|
| + "name": "patch mb config (fyi)"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[SLAVE_BUILD]/v8/tools/mb/mb.py",
|
| "gen",
|
| - "[TMP_BASE]/v8_gn_tmp_1",
|
| - "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
|
| + "-m",
|
| + "client.v8.ports",
|
| + "-b",
|
| + "V8 Linux - arm64 - sim - gc stress",
|
| + "--config-file",
|
| + "[mb config]",
|
| + "--goma-dir",
|
| + "[CACHE]/cipd/goma",
|
| + "[TMP_BASE]/v8_gn_tmp_1"
|
| ],
|
| - "name": "gn"
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files with gn (fyi)"
|
| },
|
| {
|
| "cmd": [
|
|
|