diff --git a/dashboard/app/build/notify.go b/dashboard/app/build/notify.go index 293eb67b..cdf5f528 100644 --- a/dashboard/app/build/notify.go +++ b/dashboard/app/build/notify.go @@ -38,6 +38,7 @@ const ( var ignoreFailure = map[string]bool{ "dragonfly-386": true, "dragonfly-amd64": true, + "netbsd-amd64-bsiegert": true, "netbsd-arm-rpi": true, "solaris-amd64-smartos": true, "solaris-amd64-solaris11": true,