Skip to content

Commit 7fc1034

Browse files
committed
dashboard: add KnownIssue to corellium builders
These builders have been missing for some time. Annotate them with the appropriate issues so that people are aware. For golang/go#48772 For golang/go#49048 Change-Id: Icb742bf15a6d8afbc55cee3ecbf36db6984eeba4 Reviewed-on: https://go-review.googlesource.com/c/build/+/357550 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 19d8baf commit 7fc1034

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashboard/builders.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,7 @@ func init() {
21682168
buildsRepo: func(repo, branch, goBranch string) bool {
21692169
return repo == "go" && branch == "master" && goBranch == "master"
21702170
},
2171+
KnownIssue: 48772,
21712172
})
21722173
addBuilder(BuildConfig{
21732174
Name: "android-arm64-corellium",
@@ -2176,6 +2177,7 @@ func init() {
21762177
buildsRepo: func(repo, branch, goBranch string) bool {
21772178
return repo == "go" && branch == "master" && goBranch == "master"
21782179
},
2180+
KnownIssue: 49048,
21792181
})
21802182
addBuilder(BuildConfig{
21812183
Name: "android-arm-corellium",
@@ -2184,6 +2186,7 @@ func init() {
21842186
buildsRepo: func(repo, branch, goBranch string) bool {
21852187
return repo == "go" && branch == "master" && goBranch == "master"
21862188
},
2189+
KnownIssue: 49048,
21872190
env: []string{
21882191
"CGO_ENABLED=1",
21892192
"GOARCH=arm",

0 commit comments

Comments
 (0)