Skip to content

Commit

Permalink
main.star: enable aliastypeparams builders on presubmit and postsubmit
Browse files Browse the repository at this point in the history
For golang/go#69121

Change-Id: Ia47ba04ed86cf1785edaddd689c53065f4a83d87
Reviewed-on: https://go-review.googlesource.com/c/build/+/609735
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
  • Loading branch information
timothy-king committed Sep 6, 2024
1 parent c97d742 commit 9bb6fe5
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 7 deletions.
29 changes: 24 additions & 5 deletions generated/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23349,7 +23349,6 @@ config_groups {
}
builders {
name: "golang/security-try/gotip-linux-amd64-aliastypeparams"
includable_only: true
disable_reuse: true
}
builders {
Expand All @@ -23370,7 +23369,6 @@ config_groups {
}
builders {
name: "golang/security-try/gotip-linux-amd64-longtest-aliastypeparams"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -27525,7 +27523,6 @@ config_groups {
}
builders {
name: "golang/try/gotip-linux-amd64-aliastypeparams"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -27572,8 +27569,31 @@ config_groups {
}
builders {
name: "golang/try/gotip-linux-amd64-longtest-aliastypeparams"
includable_only: true
disable_reuse: true
location_filters {
gerrit_host_regexp: "go-review.googlesource.com"
gerrit_project_regexp: "^go$"
gerrit_ref_regexp: ".*"
path_regexp: "src(|/.+)/go[.](mod|sum)"
}
location_filters {
gerrit_host_regexp: "go-review.googlesource.com"
gerrit_project_regexp: "^go$"
gerrit_ref_regexp: ".*"
path_regexp: "src(|/.+)/vendor/.+"
}
location_filters {
gerrit_host_regexp: "go-review.googlesource.com"
gerrit_project_regexp: "^go$"
gerrit_ref_regexp: ".*"
path_regexp: "src/.+_bundle.go"
}
location_filters {
gerrit_host_regexp: "go-review.googlesource.com"
gerrit_project_regexp: "^go$"
gerrit_ref_regexp: ".*"
path_regexp: "src/crypto/tls/.+"
}
}
builders {
name: "golang/try/gotip-linux-amd64-longtest-race"
Expand Down Expand Up @@ -78177,7 +78197,6 @@ config_groups {
}
builders {
name: "golang/try/x_tools-gotip-linux-amd64-aliastypeparams"
includable_only: true
disable_reuse: true
}
builders {
Expand Down
Loading

0 comments on commit 9bb6fe5

Please sign in to comment.