Add CPU dimension for MacMini7.1.
No-Try: true Change-Id: Ia55bb4bf1e4de5167ed181f4dfcde9210e7a447c Reviewed-on: https://skia-review.googlesource.com/106024 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
3b2ebbb2d4
commit
e7b8fea74a
@ -343,6 +343,11 @@ func defaultSwarmDimensions(parts map[string]string) []string {
|
||||
"IntelHD615": "Mac-10.13.3",
|
||||
"IntelIris5100": "Mac-10.13.1",
|
||||
}[parts["cpu_or_gpu_value"]]
|
||||
// Yuck. We have two different types of MacMini7,1 with the same GPU but different CPUs.
|
||||
if parts["cpu_or_gpu_value"] == "IntelIris5100" {
|
||||
// Run all tasks on Golo machines for now.
|
||||
d["cpu"] = "x86-64-i7-4578U"
|
||||
}
|
||||
} else if strings.Contains(parts["os"], "ChromeOS") {
|
||||
version, ok := map[string]string{
|
||||
"MaliT604": "9901.12.0",
|
||||
|
@ -9949,6 +9949,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -9996,6 +9997,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -10043,6 +10045,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -19709,6 +19712,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -19757,6 +19761,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -19805,6 +19810,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
@ -19853,6 +19859,7 @@
|
||||
"Housekeeper-PerCommit-BundleRecipes"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-i7-4578U",
|
||||
"gpu:8086:0a2e",
|
||||
"os:Mac-10.13.1",
|
||||
"pool:Skia"
|
||||
|
Loading…
Reference in New Issue
Block a user