Skip to content

Commit

Permalink
main.star: enable linux-amd64-typesalias postsubmit for Go 1.23 and tip
Browse files Browse the repository at this point in the history
New information in go.dev/issue/68798 shows that having this builder
available for 1.23 and at tip will be helpful, at least in the short
term. Also run it in postsubmit (for 1.23/tip only, where it's meant
to pass), and also in presubmit as of the next CL.

For golang/go#68798.

Change-Id: I72183cc8703b65ecb265e01b18288651a7e64cfb
Reviewed-on: https://go-review.googlesource.com/c/build/+/604335
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Tim King <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Aug 9, 2024
1 parent 6e15c99 commit 9e8a03b
Show file tree
Hide file tree
Showing 5 changed files with 1,554 additions and 134 deletions.
33 changes: 33 additions & 0 deletions generated/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24587,6 +24587,10 @@ config_groups {
name: "golang/security-try/go1.23-linux-amd64-staticlockranking"
disable_reuse: true
}
builders {
name: "golang/security-try/go1.23-linux-amd64-typesalias"
disable_reuse: true
}
builders {
name: "golang/security-try/go1.23-linux-amd64_c2s16-perf_vs_parent"
includable_only: true
Expand Down Expand Up @@ -25107,6 +25111,10 @@ config_groups {
name: "golang/security-try/gotip-linux-amd64-staticlockranking"
disable_reuse: true
}
builders {
name: "golang/security-try/gotip-linux-amd64-typesalias"
disable_reuse: true
}
builders {
name: "golang/security-try/gotip-linux-amd64_c2s16-perf_vs_parent"
includable_only: true
Expand Down Expand Up @@ -29121,6 +29129,11 @@ config_groups {
path_regexp: "src/runtime/[^/]+"
}
}
builders {
name: "golang/try/go1.23-linux-amd64-typesalias"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/go1.23-linux-amd64_c2s16-perf_vs_parent"
includable_only: true
Expand Down Expand Up @@ -29978,6 +29991,11 @@ config_groups {
path_regexp: "src/runtime/[^/]+"
}
}
builders {
name: "golang/try/gotip-linux-amd64-typesalias"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/gotip-linux-amd64_c2s16-perf_vs_parent"
includable_only: true
Expand Down Expand Up @@ -86625,6 +86643,11 @@ config_groups {
name: "golang/try/x_tools-go1.23-linux-amd64-race"
disable_reuse: true
}
builders {
name: "golang/try/x_tools-go1.23-linux-amd64-typesalias"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/x_tools-go1.23-linux-amd64_c2s16-perf_vs_gopls_0_11"
includable_only: true
Expand Down Expand Up @@ -87793,6 +87816,11 @@ config_groups {
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/x_tools-go1.23-linux-amd64-typesalias"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/x_tools-go1.23-linux-amd64_c2s16-perf_vs_gopls_0_11"
includable_only: true
Expand Down Expand Up @@ -88057,6 +88085,11 @@ config_groups {
name: "golang/try/x_tools-gotip-linux-amd64-race"
disable_reuse: true
}
builders {
name: "golang/try/x_tools-gotip-linux-amd64-typesalias"
includable_only: true
disable_reuse: true
}
builders {
name: "golang/try/x_tools-gotip-linux-amd64_c2s16-perf_vs_parent"
includable_only: true
Expand Down
Loading

0 comments on commit 9e8a03b

Please sign in to comment.