-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py, CI: avoid ENOSPC on Github Actions
The Github Actions disk space can get filled up if we test all kernel flavors. So, delete kernels after testing when running in Github Actions. However, if the download speed is far greater than the speed of tests, then there is also the possibility that the disk space will be filled up by the download thread, before the tests will run and delete the older kernels. So we also need to ensure the download thread can't get too far ahead of the tests, which we implement by setting a max size on the download queue. Signed-off-by: Stephen Brennan <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters