aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/swarm_trigger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index ac5ac52f71..41470eba68 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -169,7 +169,7 @@ def swarm_dimensions(builder_cfg):
'HD4600': '8086:0412',
'HD7770': '1002:683d',
'iHD530': '8086:1912',
- 'IntelIris6100': '8086:162B',
+ 'IntelIris6100': '8086:162b',
}[builder_cfg['cpu_or_gpu_value']]
else:
dimensions['gpu'] = 'none'