diff options
author | borenet <borenet@chromium.org> | 2016-08-04 11:33:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-04 11:33:02 -0700 |
commit | c7233ef925157d0c881a1caebe7836e3823c88d5 (patch) | |
tree | 44ebec644e7283c3801f08ca8d2137b8716be6bb /infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json | |
parent | 538d5b68e8b6a8745ac8947f15abf1c7c6de8f18 (diff) |
[recipes] Stop pretending that buildbot_spec is a step, simplify
Since we no longer have to call out to obtain the buildbot_spec, merge
the two functions in vars API. As a side effect, this applies
default_env to the sync steps as well, which shouldn't have an
appreciable effect on bot behavior.
BUG=skia:5578
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2209343002
Review-Url: https://codereview.chromium.org/2209343002
Diffstat (limited to 'infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json')
-rw-r--r-- | infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json index 780b27e1f9..a0df96bc2a 100644 --- a/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json +++ b/infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.json @@ -32,8 +32,11 @@ ], "cwd": "[CUSTOM_C:\\_B_WORK]", "env": { + "BUILDTYPE": "Release", "CHROME_HEADLESS": "1", - "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" + "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", + "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]", + "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN" }, "name": "gclient setup" }, @@ -54,8 +57,11 @@ ], "cwd": "[CUSTOM_C:\\_B_WORK]", "env": { + "BUILDTYPE": "Release", "CHROME_HEADLESS": "1", - "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]" + "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_errors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", + "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[depot_tools]", + "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN" }, "name": "gclient sync", "~followup_annotations": [ |