aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-11-28 15:44:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-29 16:23:55 +0000
commit373588426b9d02576152e820eb7f870d930f1998 (patch)
tree9c56cac9c6b977dc4a77fe635e6e3b3ecb98cb4f /infra/bots/recipes
parent29f9ed4dcc9c17e9f6116bed727a0fc0115b828d (diff)
Temporarily add Ubuntu IntelHD4400 jobs.
I want to compare this with the IntelBayTrail and if the results are similar, replace those bots. No-Try: true Change-Id: Ib5476fe91dc446182cd1b37e93fe17962dcf961a Reviewed-on: https://skia-review.googlesource.com/76900 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/perf.py1
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index cc414efed0..c1fe634479 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -95,6 +95,7 @@ def nanobench_flags(api, bot):
# The following devices do not support glessrgb.
if 'glessrgb' in configs:
if ('IntelHD405' in bot or
+ 'IntelHD4400' in bot or
'IntelIris540' in bot or
'IntelIris640' in bot or
'IntelBayTrail' in bot or
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9dfea33a31..b67c5c5202 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -179,6 +179,7 @@ def dm_flags(api, bot):
# The following devices do not support glessrgb.
if 'glessrgb' in configs:
if ('IntelHD405' in bot or
+ 'IntelHD4400' in bot or
'IntelIris540' in bot or
'IntelIris640' in bot or
'IntelBayTrail' in bot or