-
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
Remove rc1 qualifier #257
Remove rc1 qualifier #257
Conversation
Signed-off-by: Amit Galitzky <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #257 +/- ##
=======================================
Coverage 45.92% 45.92%
=======================================
Files 150 150
Lines 4956 4956
Branches 955 968 +13
=======================================
Hits 2276 2276
Misses 2463 2463
Partials 217 217 Continue to review full report at Codecov.
|
Is this supposed to target only for 2.0 branch? |
same as answer on backend, from my understanding we want to keep main most up to date and then backport change to 2.0 branch |
So currently remote integ CI is failing due to ftrepo using the github branch of the test library instead of the npm package. opensearch-project/opensearch-dashboards-functional-test#222. This is currently blocking our PR to remove |
Signed-off-by: Amit Galitzky <[email protected]>
Signed-off-by: Amit Galitzky <[email protected]>
Signed-off-by: Amit Galitzky <[email protected]>
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! Let's follow up with the failed integ test in FTRepo as its known to just be a flaky one.
Failing test on CI seems to be flaky as it passes locally. I also have a PR out to fix the test on FTRepo opensearch-project/opensearch-dashboards-functional-test#227. I suggest we merge this PR in the meantime as it doesn't have any breaking changes itself. |
Signed-off-by: Amit Galitzky <[email protected]> (cherry picked from commit b25860d)
Signed-off-by: Amit Galitzky <[email protected]> (cherry picked from commit b25860d)
Signed-off-by: Amit Galitzky <[email protected]> (cherry picked from commit b25860d)
Signed-off-by: Amit Galitzky <[email protected]> (cherry picked from commit b25860d)
Description
remove rc1 qualifier
Issues Resolved
resolves #254
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.