-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Description
Currently we get a bunch of errors reported, eg:
9/4/17 7:53AM: buildID: B32739cd61, name: windows-amd64-2016, hostType: host-windows-amd64-2016, error: failed to get a buildlet: Error creating instance: &{Code:QUOTA_EXCEEDED Location: Message:Quota 'CPUS' exceeded. Limit: 500.0 ForceSendFields:[] NullFields:[]}
8/4/17 7:53AM: buildID: B059b7649c, name: openbsd-amd64-60, hostType: host-openbsd-amd64-60, error: failed to get a buildlet: Failed to create instance: googleapi: Error 403: Quota 'CPUS' exceeded. Limit: 500.0, quotaExceeded
at main.(*buildStatus).reportErr (coordinator.go:1951)
... etc
Probably not a pressing issue, as the coordinator's retry logic is at least enough to ensure the builds eventually run.
EDIT:
we need to figure out which errors are noise, and alert on the rest.