| Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| index c58b3cd9dbd859eaefe655a606fec2f6861b8d36..27e17ae1d613ec1cfa8940cd23316723e5f17b93 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
|
| @@ -168,13 +168,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=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
|
| + "-m",
|
| + "tryserver.v8",
|
| + "-b",
|
| + "v8_linux64_rel_ng",
|
| + "--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": [
|
|
|