FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Don't run tests as part of the release build by kiview · Pull Request #4600 · testcontainers/testcontainers-java · GitHub

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

Merged
kiview merged 1 commit into
masterfrom
release-workflow-no-tests
Oct 22, 2021
Merged

Don't run tests as part of the release build#4600
kiview merged 1 commit into
masterfrom
release-workflow-no-tests

Conversation

kiview commented Oct 22, 2021

Copy link
Copy Markdown
Member

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 added this to the next milestone Oct 22, 2021
kiview merged commit 436fde8 into master Oct 22, 2021
delete-merged-branch Bot deleted the release-workflow-no-tests branch October 22, 2021 15:28
This file contains hidden or 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
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.

2 participants


Back | FazBrowse Home | New Git URL