Skip to content

Commit b9ec79c

Browse files
committed
dashboard: use macOS 10.15 for race and nocgo darwin builders
A kernel bug in macOS 10.14 is causing a set of tests to be flaky. Upgrading to macOS 10.15 fixes this issue. This change moves more testing towards the current version of macOS. Fixes golang/go#37695 Change-Id: Ide69693e760639a9d680738cad0541d79a0a0443 Reviewed-on: https://go-review.googlesource.com/c/build/+/222238 Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 236dbea commit b9ec79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,13 +2092,13 @@ func init() {
20922092
})
20932093
addBuilder(BuildConfig{
20942094
Name: "darwin-amd64-nocgo",
2095-
HostType: "host-darwin-10_14",
2095+
HostType: "host-darwin-10_15",
20962096
shouldRunDistTest: noTestDir,
20972097
env: []string{"CGO_ENABLED=0"},
20982098
})
20992099
addBuilder(BuildConfig{
21002100
Name: "darwin-amd64-race",
2101-
HostType: "host-darwin-10_14",
2101+
HostType: "host-darwin-10_15",
21022102
shouldRunDistTest: macTestPolicy,
21032103
buildsRepo: onlyGo,
21042104
})

0 commit comments

Comments
 (0)