Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run tests as part of the release build #4600

Merged
merged 1 commit into from Oct 22, 2021

Conversation

kiview
Copy link
Member

@kiview kiview commented Oct 22, 2021

We just saw the release build fail because of lacking disk space to run the test suite as a whole:
https://github.com/testcontainers/testcontainers-java/runs/3975944533?check_suite_focus=true

BUILD FAILED in 1h 11m 13s
    java.lang.IllegalStateException: Check failed: Docker environment should have more than 2GB free disk space

In addition, the tests don't come from cache anymore and the whole build, therefore, takes unnecessary long, especially considering that we only release if we have a green master build.

This PR disables test execution during the release build.

@kiview kiview added this to the next milestone Oct 22, 2021
@kiview kiview merged commit 436fde8 into master Oct 22, 2021
@delete-merged-branch delete-merged-branch bot deleted the release-workflow-no-tests branch October 22, 2021 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants