-
Notifications
You must be signed in to change notification settings - Fork 282
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
Integrate Validation mechanism with OS and OSD builds #3441
Labels
enhancement
New Enhancement
Comments
32 tasks
Tagging the PR |
Validation workflow is now integrated with Integ-test workflow for now instead of Build Workflow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe
The idea is to integrate a Validation mechanism to each successful build in OS and OSD, and update the latest build only when the validation is successful.
Describe the solution you'd like
Utilize the Validation framework, the idea is to validate the artifacts by downloading them, start a cluster and run the api commands to test the cluster similar to https://opensearch.org/docs/latest/install-and-configure/install-opensearch/tar/
Sub issues under the meta issue:
Related issue : Integrate validation workflow with Integtest workflow #4424
Acceptance Criteria:
Call the Validation Groovy library in the post method before the /latest is updated.Describe alternatives you've considered
No response
Additional context
A possible solution to address #3390
The text was updated successfully, but these errors were encountered: