Merge pull request #8071 from medyagh/flake_err_spam

test: add cache failed load to spam error whitelist
pull/8084/head
Medya Ghazizadeh 2020-05-12 04:11:32 +00:00 committed by GitHub
commit 0839b70753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ var stderrWhitelist = []string{
`slow|long time|Restarting the docker service may improve`,
// don't care if we can't push images to other profiles
`cache_images.go:.*error getting status`,
// don't care if we can't push images to other profiles which are deleted.
`cache_images.go:.*Failed to load profile`,
}
// stderrWhitelistRe combines rootCauses into a single regex