aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-09-16 11:39:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-16 11:39:14 -0700
commitbfef32ff0ac743b10995985b891f5fd09fe918db (patch)
treeb93d7e032e1023116d0f2ed12f0beb4507735fa6 /infra/bots/recipe_modules
parent7a12b4fd8e2f8454da69e8a44e134d3802f08678 (diff)
Build with GN on CT bots.
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r--infra/bots/recipe_modules/flavor/gn_flavor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/flavor/gn_flavor.py b/infra/bots/recipe_modules/flavor/gn_flavor.py
index fb02a3ae3a..b2a2230cc9 100644
--- a/infra/bots/recipe_modules/flavor/gn_flavor.py
+++ b/infra/bots/recipe_modules/flavor/gn_flavor.py
@@ -12,6 +12,7 @@ class GNFlavorUtils(default_flavor.DefaultFlavorUtils):
target_arch = self.m.vars.builder_cfg.get('target_arch', '')
return any([
+ 'CT' in extra_config,
'SAN' in extra_config,
extra_config == 'Fast',
extra_config == 'GN',