-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Adding support to run BWC tests for nightly and release builds #1150
Conversation
Signed-off-by: Sarat Vemulapalli <[email protected]>
✅ DCO Check Passed 74f7ddd |
✅ Gradle Wrapper Validation success 74f7ddd |
✅ Gradle Precommit success 74f7ddd |
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.
LGTM, thank you @saratvemulapalli for the change!
start gradle check |
start gradle check |
Some how bwc checks are failing
|
start gradle check |
See more detail of the BWC test failure: #1158 |
Hey Sarat, in my PR, the gradle check passed after I merged the current main branch to my branch (#1153 (comment)), so you could try the same. |
Thanks Tianli! |
start gradle check |
Should this be a default implementation in the calling code, so we wouldn't have to check in a copy of this in all projects? |
Good question. Let me know your thoughts. That said we have 2 options:
I am leaning towards 1 (for the short term):
|
✅ Gradle Wrapper Validation success 8a2ed95b6c2883d708251ba66bbb76d20dc1c703 |
❌ DCO Check Failed 8a2ed95b6c2883d708251ba66bbb76d20dc1c703 |
Signed-off-by: Ubuntu <[email protected]> Signed-off-by: Sarat Vemulapalli <[email protected]>
8a2ed95
to
7d8ae8d
Compare
✅ Gradle Wrapper Validation success 7d8ae8d |
✅ DCO Check Passed 7d8ae8d |
✅ Gradle Precommit success 8a2ed95b6c2883d708251ba66bbb76d20dc1c703 |
start gradle check |
✅ Gradle Precommit success 7d8ae8d |
Why do we need a custom |
Closing this PR. |
Signed-off-by: Sarat Vemulapalli [email protected]
Description
Adding support to run BWC tests for nightly and release builds via test pipeline.
Refer to: opensearch-project/opensearch-build#90
Issues Resolved
opensearch-project/opensearch-build#296
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.