Add CI/CD workflows and comprehensive build documentation#32
Open
yharby wants to merge 5 commits into
Open
Conversation
Add GitHub Actions workflow for building HeavyAI JDBC driver on push/pull requests Include BUILD.md with detailed instructions for building on Linux and macOS
Add compile and verify step to build workflow before packaging Create new test workflow for HeavyAI JDBC with service setup and test execution
Change health check command from curl to nc for port 6274 and adjust timing parameters Increase health check retries and reduce intervals for faster failure detection Update wait script to specifically monitor JDBC port 6274 with additional initialization time
Remove redundant Docker health check options and replace with simpler port testing Increase initial wait time and adjust retry logic for more reliable HeavyDB startup detection
Exclude HeavyAIConnectionTest from CI test suite to reduce execution time
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
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.
This PR adds comprehensive CI/CD workflows and build documentation to improve the development experience and automate testing/building processes.
Changes included:
GitHub Actions Workflows
Documentation
Key Features:
CI/CD Improvements
Build Documentation
Testing
This contribution will help streamline the development process and make it easier for new contributors to get started with the project.