You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Windows worker often run out of disk space. @victorbjelkholm mentioned that one issue is that tests write into the tmp and home directories and don't clean up properly after themselves.
One way of solving this would be to re-define the TEMP/TMP and HOME/HOMEPATH/USERPROFILE environment variables to be within the workspace, so that the workspace cleanup would also cleanup those files.