Update Win version for iHD530 after driver upgrade.
BUG=skia: Change-Id: I92c0c4ca9ad3d8e0fa6e0063c47284fb819fe24c Reviewed-on: https://skia-review.googlesource.com/6417 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Stephan Altmueller <stephana@google.com>
This commit is contained in:
parent
cf272b5726
commit
7355737731
@ -363,22 +363,9 @@ func swarmDimensions(parts map[string]string) []string {
|
||||
"Win8": "Windows-8.1-SP0",
|
||||
"iOS": "iOS-9.3.1",
|
||||
}[os]
|
||||
if parts["cpu_or_gpu"] == "GPU" && os == "Win10" {
|
||||
// We're in the process of moving Windows Skolo bots to
|
||||
// a new Windows image.
|
||||
d["os"] = map[string]string{
|
||||
"AMDHD7770": "Windows-10-14393",
|
||||
// In Chrome Golo; won't be updated.
|
||||
"GT610": "Windows-10-10586",
|
||||
"GTX1070": "Windows-10-14393",
|
||||
"GTX660": "Windows-10-14393",
|
||||
"GTX960": "Windows-10-14393",
|
||||
"IntelHD4600": "Windows-10-14393",
|
||||
// Crashing with new image.
|
||||
"iHD530": "Windows-10-10586",
|
||||
"IntelIris540": "Windows-10-14393",
|
||||
"IntelIris6100": "Windows-10-14393",
|
||||
}[parts["cpu_or_gpu_value"]]
|
||||
// Chrome Golo has a different Windows image.
|
||||
if parts["model"] == "Golo" && os == "Win10" {
|
||||
d["os"] = "Windows-10-10586"
|
||||
}
|
||||
} else {
|
||||
d["os"] = DEFAULT_OS
|
||||
|
@ -7095,7 +7095,7 @@
|
||||
],
|
||||
"dimensions": [
|
||||
"gpu:8086:1912",
|
||||
"os:Windows-10-10586",
|
||||
"os:Windows-10-14393",
|
||||
"pool:Skia"
|
||||
],
|
||||
"execution_timeout_ns": 14400000000000,
|
||||
@ -7143,7 +7143,7 @@
|
||||
],
|
||||
"dimensions": [
|
||||
"gpu:8086:1912",
|
||||
"os:Windows-10-10586",
|
||||
"os:Windows-10-14393",
|
||||
"pool:Skia"
|
||||
],
|
||||
"execution_timeout_ns": 14400000000000,
|
||||
@ -11565,7 +11565,7 @@
|
||||
],
|
||||
"dimensions": [
|
||||
"gpu:8086:1912",
|
||||
"os:Windows-10-10586",
|
||||
"os:Windows-10-14393",
|
||||
"pool:Skia"
|
||||
],
|
||||
"execution_timeout_ns": 14400000000000,
|
||||
@ -11613,7 +11613,7 @@
|
||||
],
|
||||
"dimensions": [
|
||||
"gpu:8086:1912",
|
||||
"os:Windows-10-10586",
|
||||
"os:Windows-10-14393",
|
||||
"pool:Skia"
|
||||
],
|
||||
"execution_timeout_ns": 14400000000000,
|
||||
|
Loading…
Reference in New Issue
Block a user