From 373588426b9d02576152e820eb7f870d930f1998 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 28 Nov 2017 15:44:24 -0500 Subject: 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 Commit-Queue: Ben Wagner --- infra/bots/recipes/perf.py | 1 + infra/bots/recipes/test.py | 1 + 2 files changed, 2 insertions(+) (limited to 'infra/bots/recipes') 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 -- cgit v1.2.3