diff options
author | Ben Wagner <benjaminwagner@google.com> | 2018-03-20 17:21:41 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-20 22:25:07 +0000 |
commit | 02f823ef918ca053d6b92a3062cf34dd11f0d151 (patch) | |
tree | 8da3018c6ac23c0c80305af514c25785988de141 /infra | |
parent | 5c4b33bce10be894fd4a99e99663efb867b5e000 (diff) |
Switch to new NVIDIA drivers on Win2k8 Golo bots.
Bug: chromium:823867
Change-Id: Ic6a738907beb573c8f66b38b6a7e56e330c08f5b
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/115522
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/gen_tasks.go | 5 | ||||
-rw-r--r-- | infra/bots/tasks.json | 8 |
2 files changed, 4 insertions, 9 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index 891d4cecf3..5ae1cb7d7d 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -303,11 +303,6 @@ func defaultSwarmDimensions(parts map[string]string) []string { } d["gpu"] = gpu - // TODO(dogben): Upgrade QuadroP400 drivers on Win2k8. - if parts["os"] == "Win2k8" && parts["cpu_or_gpu_value"] == "QuadroP400" { - d["gpu"] = "10de:1cb3-22.21.13.8205" - } - // Specify cpu dimension for NUCs and ShuttleCs. We temporarily have two // types of machines with a GTX960. cpu, ok := map[string]string{ diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 4bfee6d46b..41510f0ef8 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -14223,7 +14223,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:1cb3-22.21.13.8205", + "gpu:10de:1cb3-23.21.13.9103", "os:Windows-2008ServerR2-SP1", "pool:Skia" ], @@ -14270,7 +14270,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:1cb3-22.21.13.8205", + "gpu:10de:1cb3-23.21.13.9103", "os:Windows-2008ServerR2-SP1", "pool:Skia" ], @@ -25354,7 +25354,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:1cb3-22.21.13.8205", + "gpu:10de:1cb3-23.21.13.9103", "os:Windows-2008ServerR2-SP1", "pool:Skia" ], @@ -25402,7 +25402,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:1cb3-22.21.13.8205", + "gpu:10de:1cb3-23.21.13.9103", "os:Windows-2008ServerR2-SP1", "pool:Skia" ], |