Add Win7 and Win8 bots.

Bug: skia:6517
No-Try: true
Change-Id: I02abf8aae6c356be23612f2d5442e6837919a1dc
Reviewed-on: https://skia-review.googlesource.com/13597
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
Ben Wagner 2017-04-18 15:38:15 -04:00 committed by Skia Commit-Bot
parent 3f4531d312
commit 56738d85ae
3 changed files with 1448 additions and 1 deletions

View File

@ -149,6 +149,7 @@ func swarmDimensions(parts map[string]string) []string {
"Win": "Windows-2008ServerR2-SP1",
"Win10": "Windows-10-14393",
"Win2k8": "Windows-2008ServerR2-SP1",
"Win7": "Windows-7-SP1",
"Win8": "Windows-8.1-SP0",
"iOS": "iOS-9.3.1",
}[os]
@ -185,7 +186,9 @@ func swarmDimensions(parts map[string]string) []string {
// dimensions to ensure that we correctly target machines which we know
// have AVX2 support.
d["cpu"] = "x86-64"
d["os"] = "Windows-2008ServerR2-SP1"
if parts["model"] != "GCE" {
glog.Fatalf("Please double-check that %q supports AVX2 and update this assertion.", parts["model"])
}
}
} else {
gpu, ok := GPU_MAPPING[parts["cpu_or_gpu_value"]]

View File

@ -200,6 +200,14 @@
"Perf-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Debug",
"Perf-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Debug-GDI",
"Perf-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release",
"Perf-Win7-MSVC-Golo-CPU-AVX-x86-Debug",
"Perf-Win7-MSVC-Golo-CPU-AVX-x86_64-Debug",
"Perf-Win7-MSVC-Golo-CPU-AVX-x86_64-Debug-GDI",
"Perf-Win7-MSVC-Golo-CPU-AVX-x86_64-Release",
"Perf-Win8-MSVC-Golo-CPU-AVX-x86-Debug",
"Perf-Win8-MSVC-Golo-CPU-AVX-x86_64-Debug",
"Perf-Win8-MSVC-Golo-CPU-AVX-x86_64-Debug-GDI",
"Perf-Win8-MSVC-Golo-CPU-AVX-x86_64-Release",
"Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug",
"Perf-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Release",
"Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Debug-Android",
@ -334,6 +342,18 @@
"Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Debug-GDI",
"Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release",
"Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release-GDI",
"Test-Win7-MSVC-Golo-CPU-AVX-x86-Debug",
"Test-Win7-MSVC-Golo-CPU-AVX-x86-Release",
"Test-Win7-MSVC-Golo-CPU-AVX-x86_64-Debug",
"Test-Win7-MSVC-Golo-CPU-AVX-x86_64-Debug-GDI",
"Test-Win7-MSVC-Golo-CPU-AVX-x86_64-Release",
"Test-Win7-MSVC-Golo-CPU-AVX-x86_64-Release-GDI",
"Test-Win8-MSVC-Golo-CPU-AVX-x86-Debug",
"Test-Win8-MSVC-Golo-CPU-AVX-x86-Release",
"Test-Win8-MSVC-Golo-CPU-AVX-x86_64-Debug",
"Test-Win8-MSVC-Golo-CPU-AVX-x86_64-Debug-GDI",
"Test-Win8-MSVC-Golo-CPU-AVX-x86_64-Release",
"Test-Win8-MSVC-Golo-CPU-AVX-x86_64-Release-GDI",
"Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Debug",
"Test-iOS-Clang-iPadMini4-GPU-GX6450-arm64-Release"
]

File diff suppressed because it is too large Load Diff