Skip to content

Commit 9bb6fe5

Browse files
committed
main.star: enable aliastypeparams builders on presubmit and postsubmit
For golang/go#69121 Change-Id: Ia47ba04ed86cf1785edaddd689c53065f4a83d87 Reviewed-on: https://go-review.googlesource.com/c/build/+/609735 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent c97d742 commit 9bb6fe5

File tree

5 files changed

+609
-7
lines changed

5 files changed

+609
-7
lines changed

generated/commit-queue.cfg

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23349,7 +23349,6 @@ config_groups {
2334923349
}
2335023350
builders {
2335123351
name: "golang/security-try/gotip-linux-amd64-aliastypeparams"
23352-
includable_only: true
2335323352
disable_reuse: true
2335423353
}
2335523354
builders {
@@ -23370,7 +23369,6 @@ config_groups {
2337023369
}
2337123370
builders {
2337223371
name: "golang/security-try/gotip-linux-amd64-longtest-aliastypeparams"
23373-
includable_only: true
2337423372
disable_reuse: true
2337523373
}
2337623374
builders {
@@ -27525,7 +27523,6 @@ config_groups {
2752527523
}
2752627524
builders {
2752727525
name: "golang/try/gotip-linux-amd64-aliastypeparams"
27528-
includable_only: true
2752927526
disable_reuse: true
2753027527
}
2753127528
builders {
@@ -27572,8 +27569,31 @@ config_groups {
2757227569
}
2757327570
builders {
2757427571
name: "golang/try/gotip-linux-amd64-longtest-aliastypeparams"
27575-
includable_only: true
2757627572
disable_reuse: true
27573+
location_filters {
27574+
gerrit_host_regexp: "go-review.googlesource.com"
27575+
gerrit_project_regexp: "^go$"
27576+
gerrit_ref_regexp: ".*"
27577+
path_regexp: "src(|/.+)/go[.](mod|sum)"
27578+
}
27579+
location_filters {
27580+
gerrit_host_regexp: "go-review.googlesource.com"
27581+
gerrit_project_regexp: "^go$"
27582+
gerrit_ref_regexp: ".*"
27583+
path_regexp: "src(|/.+)/vendor/.+"
27584+
}
27585+
location_filters {
27586+
gerrit_host_regexp: "go-review.googlesource.com"
27587+
gerrit_project_regexp: "^go$"
27588+
gerrit_ref_regexp: ".*"
27589+
path_regexp: "src/.+_bundle.go"
27590+
}
27591+
location_filters {
27592+
gerrit_host_regexp: "go-review.googlesource.com"
27593+
gerrit_project_regexp: "^go$"
27594+
gerrit_ref_regexp: ".*"
27595+
path_regexp: "src/crypto/tls/.+"
27596+
}
2757727597
}
2757827598
builders {
2757927599
name: "golang/try/gotip-linux-amd64-longtest-race"
@@ -78177,7 +78197,6 @@ config_groups {
7817778197
}
7817878198
builders {
7817978199
name: "golang/try/x_tools-gotip-linux-amd64-aliastypeparams"
78180-
includable_only: true
7818178200
disable_reuse: true
7818278201
}
7818378202
builders {

0 commit comments

Comments
 (0)