| Index: scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux64___beta_branch.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux64___beta_branch.json b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux64___beta_branch.json
|
| index 3cdab1ba9ddda41c85e6d9a8bf0ddd253ff6771a..e8c9df5eca34dcec16c13d9facc74fa1503abfb9 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux64___beta_branch.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux64___beta_branch.json
|
| @@ -125,6 +125,7 @@
|
| "cwd": "[SLAVE_BUILD]/v8",
|
| "env": {
|
| "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| + "GYP_CHROMIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1 v8_target_arch=x64",
|
| "GYP_GENERATORS": "ninja",
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -146,6 +147,36 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "[SLAVE_BUILD]/v8/tools/mb/mb.py",
|
| + "gen",
|
| + "-m",
|
| + "client.v8.branches",
|
| + "-b",
|
| + "V8 Linux64 - beta branch",
|
| + "--config-file",
|
| + "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
|
| + "--goma-dir",
|
| + "[CACHE]/cipd/goma",
|
| + "--gyp-script=gypfiles/gyp_v8",
|
| + "//out/Release"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/v8",
|
| + "env": {
|
| + "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| + },
|
| + "name": "generate_build_files",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@stdout@some line@@@",
|
| + "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
|
| + "@@@STEP_LOG_LINE@stdout@moar@@@",
|
| + "@@@STEP_LOG_END@stdout@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
| "[SLAVE_BUILD]/v8/out/gn",
|
| "511"
|
|
|