Skip to content

Commit

Permalink
internal/releasetargets: add windows-arm64-11 as a release target
Browse files Browse the repository at this point in the history
This adds the windows-arm64-11 builder as a release target which was
removed in CL 460296.

Updates golang/go#57408
Updates golang/go#53541

Change-Id: I449859081350a36b05b85a7b87b412d43b19cb27
Reviewed-on: https://go-review.googlesource.com/c/build/+/461255
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
  • Loading branch information
cagedmantis committed Jan 9, 2023
1 parent a5c3a09 commit 180ddaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/releasetargets/releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
Race enabled, Long tests on windows-amd64-longtest-oldcc
Running on GCP

windows-arm64 windows arm64 windows-arm64-11
Running on reverse builder: Azure windows 11 arm64 VMs



Targets for release 1.19
Expand Down Expand Up @@ -94,6 +97,9 @@ windows-amd64 windows amd64 windows-amd64-2008-oldcc
Race enabled, Long tests on windows-amd64-longtest-oldcc
Running on GCP

windows-arm64 windows arm64 windows-arm64-11
Running on reverse builder: Azure windows 11 arm64 VMs



Targets for release 1.20
Expand Down Expand Up @@ -140,5 +146,8 @@ windows-amd64 windows amd64 windows-amd64-2008
Long tests on windows-amd64-longtest
Running on GCP

windows-arm64 windows arm64 windows-arm64-11
Running on reverse builder: Azure windows 11 arm64 VMs



4 changes: 4 additions & 0 deletions internal/releasetargets/releasetargets.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ var allReleases = map[int]ReleaseTargets{
LongTestBuilder: "windows-amd64-longtest-oldcc",
Race: true,
},
"windows-arm64": &Target{
SecondClass: true,
Builder: "windows-arm64-11",
},
},
19: {
"linux-386": &Target{
Expand Down

0 comments on commit 180ddaa

Please sign in to comment.