-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build: migrate over to the upgraded cluster at MacStadium #45088
Comments
Change https://golang.org/cl/293829 mentions this issue: |
With the release of macOS 11.0 (Big Sur), the hostname for hosts need to accomodate multiple architectures. The operating system version is now noted in the major portion instead of the minor portion of the version. This change creates the appropriate hostname in the buildlet. Updates golang/go#40762 Updates golang/go#45088 Change-Id: I943f0c481442a892bb5793283c527b8400a5be9c Reviewed-on: https://go-review.googlesource.com/c/build/+/293829 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/307731 mentions this issue: |
This change updates the number of Mac hosts that are expected to connect to the coordinator. There is now a distinction between there being a amd64 and arm64 Mac hosts. We have reduced the count of amd64 hosts to 8 and have been adding arm64 Macs. Updates golang/go#45088 Change-Id: I97de966c8398ceb0e5cb31d6bbe688de69efc4a5 Reviewed-on: https://go-review.googlesource.com/c/build/+/307731 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://golang.org/cl/308489 mentions this issue: |
Change https://golang.org/cl/313710 mentions this issue: |
The macOS cluster hosted at MacStadium has been migrated to a new set of machines. With that migration, several configuration options changed along with the migration. This change updates the documentation to reflect the changes which have been made. For golang/go#45088 Change-Id: I076f482865f3a1ce57addd8495ab18588c2d87e2 Reviewed-on: https://go-review.googlesource.com/c/build/+/313710 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
In order to continue supporting the darwin platform we've had to upgrade to a new MacStadium infrastructure. The latest versions of macOS would not be supported by the physical infrastructure of the hold cluster. These are the steps required to migrate over to a new cluster:
@golang/release
The text was updated successfully, but these errors were encountered: