ci(connector-corda): fix insufficient disk space errors #3402
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have the disk clean-up in the CI off by default because it takes a few
minutes to perform and most jobs don't need it, but for Corda it seems
necessary because our tests started failing with the message below
(lines wrapped to make sure we don't run over the 100 character limit
for the git commit message)
cactus-corda-4-8-all-in-one-flowdb:2024-07-08-hotfix-1]
[WARN] 09:48:28+0000 [Thread-2
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@11a43807)]
core.server. -
AMQ222210: Free storage space is at 145.7MB of 77.9GB total. Usage rate is 99.8% which is
beyond the configured . System will start blocking producers.
Signed-off-by: Peter Somogyvari [email protected]
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.