Free Up GitHub Actions Ubuntu Runner Disk Space (#1009)

This commit is contained in:
Omar Hatem 2023-07-21 17:21:37 +03:00 committed by GitHub
parent 8996a46784
commit b2c8b32e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -132,9 +132,9 @@ class ExceptionHandler {
static const List<String> _ignoredErrors = const [
"Bad file descriptor",
"No space left on device",
"Write failed (OS Error: Broken pipe",
"OS Error: Broken pipe",
"Can't assign requested address",
"Read failed (OS Error: Socket is not connected",
"OS Error: Socket is not connected",
"Operation timed out",
"No route to host",
"Software caused connection abort",