@@ -13323,6 +13323,10 @@ config_groups {
13323
13323
name: "golang/security-try/gotip-linux-386-clang15"
13324
13324
disable_reuse: true
13325
13325
}
13326
+ builders {
13327
+ name: "golang/security-try/gotip-linux-386-greenteagc"
13328
+ disable_reuse: true
13329
+ }
13326
13330
builders {
13327
13331
name: "golang/security-try/gotip-linux-386-longtest"
13328
13332
disable_reuse: true
@@ -13359,6 +13363,10 @@ config_groups {
13359
13363
name: "golang/security-try/gotip-linux-amd64-goamd64v3"
13360
13364
disable_reuse: true
13361
13365
}
13366
+ builders {
13367
+ name: "golang/security-try/gotip-linux-amd64-greenteagc"
13368
+ disable_reuse: true
13369
+ }
13362
13370
builders {
13363
13371
name: "golang/security-try/gotip-linux-amd64-longtest"
13364
13372
disable_reuse: true
@@ -13485,6 +13493,10 @@ config_groups {
13485
13493
name: "golang/security-try/gotip-linux-arm64-clang15"
13486
13494
disable_reuse: true
13487
13495
}
13496
+ builders {
13497
+ name: "golang/security-try/gotip-linux-arm64-greenteagc"
13498
+ disable_reuse: true
13499
+ }
13488
13500
builders {
13489
13501
name: "golang/security-try/gotip-linux-arm64-longtest"
13490
13502
disable_reuse: true
@@ -33776,6 +33788,16 @@ config_groups {
33776
33788
includable_only: true
33777
33789
disable_reuse: true
33778
33790
}
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
+ }
33779
33801
builders {
33780
33802
name: "golang/try/gotip-linux-386-longtest"
33781
33803
disable_reuse: true
@@ -33846,6 +33868,16 @@ config_groups {
33846
33868
includable_only: true
33847
33869
disable_reuse: true
33848
33870
}
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
+ }
33849
33881
builders {
33850
33882
name: "golang/try/gotip-linux-amd64-longtest"
33851
33883
disable_reuse: true
@@ -34082,6 +34114,16 @@ config_groups {
34082
34114
includable_only: true
34083
34115
disable_reuse: true
34084
34116
}
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
+ }
34085
34127
builders {
34086
34128
name: "golang/try/gotip-linux-arm64-longtest"
34087
34129
disable_reuse: true
0 commit comments