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

Unified Diff: infra/bots/recipes/swarm_trigger.py

Issue 2306603002: preserve GN_Android in compile -> test mapper (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 7b3bf9eb47bea3896b2eed29db94c75fce055fa5..ef1890a9691dc52e9330dbbb3f988db379b19237 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -75,7 +75,7 @@ def derive_compile_bot_name(api):
if task_os == 'Android':
if extra_config == 'Vulkan':
extra_config = '%s_%s' % (task_os, 'Vulkan')
- else:
+ elif extra_config != 'GN_Android':
borenet 2016/09/01 15:06:10 Nit: add "extra_config == 'GN_Android'" case with
extra_config = task_os
task_os = 'Ubuntu'
elif task_os == 'iOS':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698