-
Notifications
You must be signed in to change notification settings - Fork 69
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
Version Increment to 1.3.3 OpenSearch release #366
Version Increment to 1.3.3 OpenSearch release #366
Conversation
Signed-off-by: pgodithi <pgodithi@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 1.3 #366 +/- ##
============================================
+ Coverage 72.86% 77.21% +4.35%
============================================
Files 94 30 -64
Lines 3928 1870 -2058
Branches 609 375 -234
============================================
- Hits 2862 1444 -1418
+ Misses 891 423 -468
+ Partials 175 3 -172
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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, build needs job-scheduler 1.3.3
@@ -279,7 +279,7 @@ String bwcFilePath = "src/test/resources/bwc" | |||
testClusters { | |||
"${baseName}$i" { | |||
testDistribution = "ARCHIVE" | |||
versions = ["7.10.2","1.3.2-SNAPSHOT"] | |||
versions = ["7.10.2","1.3.3-SNAPSHOT"] |
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.
np. opensearch_version
can be used to replace "1.3.3-SNAPSHOT"
Signed-off-by: pgodithi <pgodithi@amazon.com>
Hey @joshuali925 I have just added the |
Signed-off-by: pgodithi <pgodithi@amazon.com>
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.
thanks
Signed-off-by: pgodithi pgodithi@amazon.com
Description
opensearch-project/opensearch-build#2101
Issues Resolved
opensearch-project/opensearch-build#2101
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.