Skip to content

Commit b171ac4

Browse files
mknyszekgopherbot
authored andcommitted
main.star: add greenteagc builders
Now that the greenteagc GOEXPERIMENT is no longer a no-op, let's add some builders for it. For golang/go#73581. Change-Id: I50613100ec24eb9813ca8d64c474d6efe9bc791c Reviewed-on: https://go-review.googlesource.com/c/build/+/669655 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Michael Knyszek <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent f0d5297 commit b171ac4

File tree

6 files changed

+2576
-875
lines changed

6 files changed

+2576
-875
lines changed

generated/commit-queue.cfg

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13323,6 +13323,10 @@ config_groups {
1332313323
name: "golang/security-try/gotip-linux-386-clang15"
1332413324
disable_reuse: true
1332513325
}
13326+
builders {
13327+
name: "golang/security-try/gotip-linux-386-greenteagc"
13328+
disable_reuse: true
13329+
}
1332613330
builders {
1332713331
name: "golang/security-try/gotip-linux-386-longtest"
1332813332
disable_reuse: true
@@ -13359,6 +13363,10 @@ config_groups {
1335913363
name: "golang/security-try/gotip-linux-amd64-goamd64v3"
1336013364
disable_reuse: true
1336113365
}
13366+
builders {
13367+
name: "golang/security-try/gotip-linux-amd64-greenteagc"
13368+
disable_reuse: true
13369+
}
1336213370
builders {
1336313371
name: "golang/security-try/gotip-linux-amd64-longtest"
1336413372
disable_reuse: true
@@ -13485,6 +13493,10 @@ config_groups {
1348513493
name: "golang/security-try/gotip-linux-arm64-clang15"
1348613494
disable_reuse: true
1348713495
}
13496+
builders {
13497+
name: "golang/security-try/gotip-linux-arm64-greenteagc"
13498+
disable_reuse: true
13499+
}
1348813500
builders {
1348913501
name: "golang/security-try/gotip-linux-arm64-longtest"
1349013502
disable_reuse: true
@@ -33776,6 +33788,16 @@ config_groups {
3377633788
includable_only: true
3377733789
disable_reuse: true
3377833790
}
33791+
builders {
33792+
name: "golang/try/gotip-linux-386-greenteagc"
33793+
disable_reuse: true
33794+
location_filters {
33795+
gerrit_host_regexp: "go-review.googlesource.com"
33796+
gerrit_project_regexp: "^go$"
33797+
gerrit_ref_regexp: ".*"
33798+
path_regexp: "src/runtime/[^/]+"
33799+
}
33800+
}
3377933801
builders {
3378033802
name: "golang/try/gotip-linux-386-longtest"
3378133803
disable_reuse: true
@@ -33846,6 +33868,16 @@ config_groups {
3384633868
includable_only: true
3384733869
disable_reuse: true
3384833870
}
33871+
builders {
33872+
name: "golang/try/gotip-linux-amd64-greenteagc"
33873+
disable_reuse: true
33874+
location_filters {
33875+
gerrit_host_regexp: "go-review.googlesource.com"
33876+
gerrit_project_regexp: "^go$"
33877+
gerrit_ref_regexp: ".*"
33878+
path_regexp: "src/runtime/[^/]+"
33879+
}
33880+
}
3384933881
builders {
3385033882
name: "golang/try/gotip-linux-amd64-longtest"
3385133883
disable_reuse: true
@@ -34082,6 +34114,16 @@ config_groups {
3408234114
includable_only: true
3408334115
disable_reuse: true
3408434116
}
34117+
builders {
34118+
name: "golang/try/gotip-linux-arm64-greenteagc"
34119+
disable_reuse: true
34120+
location_filters {
34121+
gerrit_host_regexp: "go-review.googlesource.com"
34122+
gerrit_project_regexp: "^go$"
34123+
gerrit_ref_regexp: ".*"
34124+
path_regexp: "src/runtime/[^/]+"
34125+
}
34126+
}
3408534127
builders {
3408634128
name: "golang/try/gotip-linux-arm64-longtest"
3408734129
disable_reuse: true

0 commit comments

Comments
 (0)