aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-11-01 14:28:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-01 19:21:01 +0000
commit721718059f39b0a5cff29028e30bc089e21a1244 (patch)
treed094469840f06ad19b334a97919a4af0c0685af7 /infra/bots/gen_tasks.go
parentcca64b463fbae2fe880d8ad2d235f54e9ba392ad (diff)
Upgrade GT610 to Win 10 Creators Update.
Bug: 777523 No-Try: true Change-Id: I0b9fe60c571dd9a96d6fd27c74071ef1809b4da5 Reviewed-on: https://skia-review.googlesource.com/66158 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index c337d77002..91427e3119 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -200,10 +200,6 @@ func defaultSwarmDimensions(parts map[string]string) []string {
if !ok {
glog.Fatalf("Entry %q not found in OS mapping.", os)
}
- // These machines have a different Windows image.
- if parts["model"] == "Golo" && os == "Win10" && parts["cpu_or_gpu_value"] == "GT610" {
- d["os"] = "Windows-10-10586"
- }
} else {
d["os"] = DEFAULT_OS_DEBIAN
}