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

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

Issue 2358183002: Add recipe support for Intel HD Graphics 530. (Closed) Base URL: https://skia.googlesource.com/skia@master
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 a2727309cff4fc85e2d7d550bbc3b1c221dd703d..f086e77da9b4139d76f2c8acb33d677927634845 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -157,6 +157,7 @@ def swarm_dimensions(builder_cfg):
'HD4000': '8086:0a2e',
'HD4600': '8086:0412',
'HD7770': '1002:683d',
+ 'iHD530': '8086:1912',
}[builder_cfg['cpu_or_gpu_value']]
else:
dimensions['gpu'] = 'none'
« 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