fix(ci): disk full issues on GitHub Action Workflow runner #698
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
Developer_Experience
Describe the bug
The CI has been brought to its knees completely because of the limited disk space that we have which is now not enough to run the full test suite which uses several different containers that all come with their images, volumes and are eating up disk space, fast.
To Reproduce
Run the test suite locally and observe that it works. Open a PR with the same revision of code and observe how it fails.
Expected behavior
CI should not fail due to disk full issues.
Logs/Stack traces
N/A
Screenshots
N/A
Cloud provider or hardware configuration:
GitHub Action Workflow Runner
Operating system name, version, build:
Ubuntu LTS
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
N/A
Hyperledger Cactus Plugins/Connectors Used
N/A
Additional context
Fixing this will likely make the recent flakes go away altogether, including the false negatives with the default consortium provider test.
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @jordigiam @kikoncuo @jagpreetsinghsasan
The text was updated successfully, but these errors were encountered: