Revert "Remove CPU dimension for Win GCE bots"

This reverts commit 25bf350d10.

Reason for revert: Speculatively reverting to see if this unsticks try jobs.

Original change's description:
> Remove CPU dimension for Win GCE bots
> 
> This is mainly to collapse the two groups on the capacity stats page.
> 
> Bug: skia:
> Change-Id: Icc125f6fa773ebf11909b0606bc7958146da5983
> Reviewed-on: https://skia-review.googlesource.com/11417
> Reviewed-by: Kevin Lubick <kjlubick@google.com>
> Commit-Queue: Eric Boren <borenet@google.com>
> 

TBR=borenet@google.com,kjlubick@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I52f01f6a915fa0ac4446bd492b9e455a07841ee9
Reviewed-on: https://skia-review.googlesource.com/11484
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2017-04-06 17:32:44 +00:00 committed by Skia Commit-Bot
parent 14987ebb97
commit 085bf7cce6
2 changed files with 11 additions and 10 deletions

View File

@ -183,6 +183,7 @@ func swarmDimensions(parts map[string]string) []string {
// AVX2 is not correctly detected on Windows. Fall back on other
// dimensions to ensure that we correctly target machines which we know
// have AVX2 support.
d["cpu"] = "x86-64"
d["os"] = "Windows-2008ServerR2-SP1"
}
} else {

View File

@ -9794,7 +9794,7 @@
"Build-Win-MSVC-x86-Debug"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -9844,7 +9844,7 @@
"Build-Win-MSVC-x86_64-Debug"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -9894,7 +9894,7 @@
"Build-Win-MSVC-x86_64-Debug-GDI"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -9944,7 +9944,7 @@
"Build-Win-MSVC-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -15797,7 +15797,7 @@
"Build-Win-MSVC-x86-Debug"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -15847,7 +15847,7 @@
"Build-Win-MSVC-x86-Release"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -15897,7 +15897,7 @@
"Build-Win-MSVC-x86_64-Debug"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -15947,7 +15947,7 @@
"Build-Win-MSVC-x86_64-Debug-GDI"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -15997,7 +15997,7 @@
"Build-Win-MSVC-x86_64-Release"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"
@ -16047,7 +16047,7 @@
"Build-Win-MSVC-x86_64-Release-GDI"
],
"dimensions": [
"cpu:x86-64-avx2",
"cpu:x86-64",
"gpu:none",
"os:Windows-2008ServerR2-SP1",
"pool:Skia"