Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: infra/bots/recipe_modules/flavor/gn_flavor.py

Issue 2347203002: Build with GN on CT bots. (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_ct_skps.expected/CT_CPU_BENCH_10k_SKPs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/flavor/gn_flavor.py
diff --git a/infra/bots/recipe_modules/flavor/gn_flavor.py b/infra/bots/recipe_modules/flavor/gn_flavor.py
index fb02a3ae3a2f4520ade8d7a14541b75e180b16d8..b2a2230cc9ff696cbbf61606622610dd569aac6d 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',
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_ct_skps.expected/CT_CPU_BENCH_10k_SKPs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698