aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-05-01 13:12:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-01 17:37:34 +0000
commite467d4e65639a719e953f6b62f91770a6411c0b9 (patch)
tree3bc677261dec02860bfe50ba72c98676b38d5f8a /infra/bots/gen_tasks.go
parentabd51ad92a3fed57e55f85dfcbd639ba2c50da5d (diff)
Update all remaining Chromebooks to m67
Bug: skia: Change-Id: Ice96cc476b8f022fea250c88c1ec16de6482c704 Reviewed-on: https://skia-review.googlesource.com/124984 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index be36340b36..f7cf1ba7da 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -541,10 +541,10 @@ func defaultSwarmDimensions(parts map[string]string) []string {
version, ok := map[string]string{
"MaliT604": "10575.22.0",
"MaliT764": "10575.22.0",
- "MaliT860": "10172.0.0",
- "PowerVRGX6250": "10176.5.0",
- "TegraK1": "10172.0.0",
- "IntelHDGraphics615": "10032.17.0",
+ "MaliT860": "10575.22.0",
+ "PowerVRGX6250": "10575.22.0",
+ "TegraK1": "10575.22.0",
+ "IntelHDGraphics615": "10575.22.0",
}[parts["cpu_or_gpu_value"]]
if !ok {
glog.Fatalf("Entry %q not found in ChromeOS GPU mapping.", parts["cpu_or_gpu_value"])