Chromium Code Reviews| 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': |