-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Backport 2.x] backporting PRs 1422, 1414, 1441 to 2.x #1442
base: 2.x
Are you sure you want to change the base?
Conversation
…pensearch-project#1422) Bumps com.netflix.nebula.ospackage from 11.5.0 to 11.11.1. --- updated-dependencies: - dependency-name: com.netflix.nebula.ospackage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use testclusters when testing with security Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add download plugin Signed-off-by: Craig Perkins <cwperx@amazon.com> * Get js and security plugin Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add opensearchPlugin Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove duplicate Signed-off-by: Craig Perkins <cwperx@amazon.com> * Wait for yellow Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix tests Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix bwc test Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add prepareBwcTests Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to developer guide Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1442 +/- ##
============================================
- Coverage 81.63% 81.63% -0.01%
+ Complexity 5871 5869 -2
============================================
Files 533 533
Lines 23665 23665
Branches 2374 2374
============================================
- Hits 19320 19318 -2
+ Misses 3188 3187 -1
- Partials 1157 1160 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
@cwperks Hey Craig I am backporting your change along with others to 2.x and I the latest code to get the job-scheduler file is having issues on getting 1.3.2 as you see in the CI.
Is it reasonable for the bwc section to return to using this? I think more specifically we were able to get job scheduler 1.3.2 for 2.x bwc tests from: |
@amitgalitz 1.3.2 is fairly old, is it possible to refer to a later patch release for 1.3 like 1.3.19? What about using released artifacts instead of snapshot? Released artifacts will never be deleted. |
Yes I would recommend the same using released artifacts by removing |
Description
backporting PRs #1422, #1414, #1441 to 2.x
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.