Skip to content

Commit

Permalink
main.star: remove known issue for darwin-amd64_14 security builder
Browse files Browse the repository at this point in the history
By now everything should be set up for it to work okay.

For golang/go#67073.

Change-Id: Ib0f2559b5e03706fe424fe3e6f2033a6ed3fa62f
Reviewed-on: https://go-review.googlesource.com/c/build/+/583116
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
  • Loading branch information
dmitshur authored and gopherbot committed May 6, 2024
1 parent 0263630 commit be32b0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions generated/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15422,7 +15422,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_crypto-go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -15839,7 +15838,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_crypto-go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -16256,7 +16254,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_crypto-gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -16673,7 +16670,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -17152,7 +17148,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -17635,7 +17630,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -18118,7 +18112,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_net-go1.21-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -18535,7 +18528,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_net-go1.22-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down Expand Up @@ -18952,7 +18944,6 @@ config_groups {
tryjob {
builders {
name: "golang/security-try/x_net-gotip-darwin-amd64_14"
includable_only: true
disable_reuse: true
}
builders {
Expand Down
9 changes: 0 additions & 9 deletions generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -178891,7 +178891,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "go",'
' "target": {'
Expand Down Expand Up @@ -180969,7 +180968,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "go",'
' "target": {'
Expand Down Expand Up @@ -183106,7 +183104,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "go",'
' "target": {'
Expand Down Expand Up @@ -185243,7 +185240,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "crypto",'
' "target": {'
Expand Down Expand Up @@ -186455,7 +186451,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "crypto",'
' "target": {'
Expand Down Expand Up @@ -187667,7 +187662,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "crypto",'
' "target": {'
Expand Down Expand Up @@ -188879,7 +188873,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "net",'
' "target": {'
Expand Down Expand Up @@ -190091,7 +190084,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "net",'
' "target": {'
Expand Down Expand Up @@ -191303,7 +191295,6 @@ buckets {
' "goos": "darwin"'
' },'
' "is_google": true,'
' "known_issue": 67073,'
' "mode": 0,'
' "project": "net",'
' "target": {'
Expand Down
1 change: 0 additions & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ KNOWN_ISSUE_BUILDER_TYPES = {
}
SECURITY_KNOWN_ISSUE_BUILDER_TYPES = dict(KNOWN_ISSUE_BUILDER_TYPES)
SECURITY_KNOWN_ISSUE_BUILDER_TYPES.update({
"darwin-amd64_14": known_issue(issue_number = 67073),
})

# NO_NETWORK_BUILDERS are a subset of builder types
Expand Down

0 comments on commit be32b0e

Please sign in to comment.