[infra] Mac VMs running NativeFonts tasks were updated

Change-Id: I6706f32162206a6cfaeaf71f9a42a5ba66379148
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335042
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Eric Boren 2020-11-16 11:03:31 -05:00 committed by Skia Commit-Bot
parent 34de5cb57b
commit 72059bcbd2
2 changed files with 5 additions and 1 deletions

View File

@ -565,6 +565,10 @@ func (b *taskBuilder) defaultSwarmDimensions() {
// ChOps VMs are at a newer version of MacOS.
d["os"] = "Mac-10.14.6"
}
if os == "Mac10.15" && b.parts["model"] == "VMware7.1" {
// ChOps VMs are at a newer version of MacOS.
d["os"] = "Mac-10.15.7"
}
if b.parts["model"] == "LenovoYogaC630" {
// This is currently a unique snowflake.
d["os"] = "Windows-10"

View File

@ -43960,7 +43960,7 @@
],
"dimensions": [
"cpu:x86-64-E5-2697_v2",
"os:Mac-10.15.1",
"os:Mac-10.15.7",
"pool:Skia"
],
"env_prefixes": {