-
Notifications
You must be signed in to change notification settings - Fork 179
Implement alternative Vertica provisioning to unblock GitHub build pipelines for Vertica Python driver #576
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
Merged
mkottakota1
merged 16 commits into
master
from
VE-5078930_Provisioning_Vertica_in_pipeline
Nov 25, 2025
Merged
Implement alternative Vertica provisioning to unblock GitHub build pipelines for Vertica Python driver #576
mkottakota1
merged 16 commits into
master
from
VE-5078930_Provisioning_Vertica_in_pipeline
Nov 25, 2025
Conversation
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
sivaalamp
reviewed
Nov 24, 2025
sivaalamp
reviewed
Nov 24, 2025
sivaalamp
reviewed
Nov 24, 2025
sivaalamp
reviewed
Nov 24, 2025
sivaalamp
reviewed
Nov 24, 2025
sivaalamp
reviewed
Nov 24, 2025
f2189f7 to
f73614b
Compare
… Secret, Updating minio image to latest, correction in python matrix spaces
2e52464 to
ff2d1bf
Compare
ff2d1bf to
e714915
Compare
1a23c30 to
fd32225
Compare
sivaalamp
reviewed
Nov 25, 2025
sivaalamp
reviewed
Nov 25, 2025
sivaalamp
reviewed
Nov 25, 2025
b4efe7a to
5685ceb
Compare
5685ceb to
fad8ef2
Compare
sivaalamp
approved these changes
Nov 25, 2025
Collaborator
sivaalamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked all the code changes and looks good to me, after the rework, hence approving this
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.
Problem:
Vertica images have been removed from Docker Hub, which caused our existing test cases to fail since they relied on those images.
Solution:
This PR provisions Vertica using Kubernetes instead of Docker Hub images. The setup ensures that all existing test cases continue to run successfully and in the same manner as before.
Testing & Validation