-
Notifications
You must be signed in to change notification settings - Fork 58
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
bumping main to 3.0 #329
bumping main to 3.0 #329
Conversation
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Remote integ tests are flaky here: |
Job scheduler is currently failing for 3.x so we can't successfully run CI here: opensearch-project/job-scheduler#249 |
I think it's worth keeping an eye out on the amount of effort needed to remain compatible with the next major version / 3.0. The main idea is that it's supposed to be the 'cutting edge' branch that will have all of the newest changes in it, and it eases the amount of effort we will have to make during a 3.0 release since we will have already done the work to be compatible with it based on all of the breaking changes in it as they are merged. But 3.0 shouldn't consistently break - if so, it's worth further discussion and probably opening a ticket in https://github.com/opensearch-project/opensearch-plugins |
@amitgalitz actually looks like there's a good thread about this here: opensearch-project/opensearch-plugins#142 (comment) |
The remote tests have been extra flaky on this PR. The create AD test suite is failing more consistently with this error: |
@jackiehanyang could the failure on windows-ci PR be related to this not being merged yet? |
I think the The new workflow |
@jackiehanyang can we merge this? Sounds like CI failures are going to be fixed with #330? |
no I don't think the CI failure will be fixed with #330, the CI failure looks like related to 3.0 specifically. Also let's 2.4 windows pr merged before this since it has a higher priority |
looked into the error message for failed remote integ tests workflow. It's failing due to flaky integ tests, nothing related to 3.0 specific issue. So it's good to merge @ohltyler |
@jackiehanyang fyi, because I linked the issue, it would have closed automatically when merging :) |
Signed-off-by: Amit Galitzky amgalitz@amazon.com
Description
bumping main to 3.0 branch
Issues Resolved
#290
Check List
--signoff
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.