Add cert dimension for Mac Builders.
This will make it easier to transition to new cert. Bug: skia:7408 Change-Id: I9263851233f492c5e62155b61541783aa86ba634 Reviewed-on: https://skia-review.googlesource.com/85006 Reviewed-by: Stephan Altmueller <stephana@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
parent
f53e6c912d
commit
905f8df4f5
@ -365,6 +365,8 @@ func defaultSwarmDimensions(parts map[string]string) []string {
|
||||
} else if d["os"] == DEFAULT_OS_MAC {
|
||||
// Mac CPU bots.
|
||||
d["cpu"] = "x86-64-E5-2697_v2"
|
||||
// skia:7408
|
||||
d["cert"] = "1"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4479,6 +4479,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-arm-Debug-iOS": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4502,6 +4503,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-arm-Release-iOS": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4532,6 +4534,7 @@
|
||||
}
|
||||
],
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4555,6 +4558,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-arm64-Debug-iOS": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4578,6 +4582,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-arm64-Release-iOS": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4601,6 +4606,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x64-Release-iOS": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4624,6 +4630,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Debug": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4647,6 +4654,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Debug-CommandBuffer": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4670,6 +4678,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Debug-Metal": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4693,6 +4702,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Release": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4716,6 +4726,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Release-CommandBuffer": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
@ -4739,6 +4750,7 @@
|
||||
},
|
||||
"Build-Mac-Clang-x86_64-Release-TSAN": {
|
||||
"dimensions": [
|
||||
"cert:1",
|
||||
"cpu:x86-64-E5-2697_v2",
|
||||
"gpu:none",
|
||||
"os:Mac-10.13.1",
|
||||
|
Loading…
Reference in New Issue
Block a user