-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Onboarding new maven snapshots publishing to s3 (OpenSearch Core) #19619
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
Conversation
39c94f5 to
09411a6
Compare
Signed-off-by: Peter Zhu <[email protected]>
09411a6 to
2d1d629
Compare
|
Will manually backport 2.19 branch now: |
|
❕ Gradle check result for 2d1d629: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19619 +/- ##
============================================
+ Coverage 73.11% 73.45% +0.34%
- Complexity 70661 71055 +394
============================================
Files 5724 5725 +1
Lines 323498 323737 +239
Branches 46852 46881 +29
============================================
+ Hits 236518 237817 +1299
+ Misses 67846 67099 -747
+ Partials 19134 18821 -313 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Was discussing the same with @mch2. Do we have any deletion/retention policy on the S3 for the snapshots? Else it would go on increasing overtime. I believe 90 days is a good start. Adding a cron to publish once a month on each branch is good way to store just the latest and archive the old ones. |
|
❌ Gradle check result for b936b47: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
That is fine for the time being, you can raise the concern in the issue, and that can be a new follow up task. Thanks. |
…9619) Signed-off-by: Peter Zhu <[email protected]>
|
@gaiksaya Do we need this change bakcported in 3.3 as well for the patch release? Looks like there are errors fetching maven repos in #19667 |
Yes cc: @peterzhuamazon |
Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit 84cc00c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…earch Core) (#19668) * Onboarding new maven snapshots publishing to s3 (#19619) Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit 84cc00c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Clean up CHANGELOG by removing outdated entries Removed several entries from the 'Changed' section. Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Peter Zhu <[email protected]>
…9619) Signed-off-by: Peter Zhu <[email protected]>
…9619) Signed-off-by: Peter Zhu <[email protected]>
Once ready we can merge and then backport to all 2.19+3.3.
I already manually pushed 3.0/3.1/3.2/3.3/3.4 to s3.
Description
Onboarding new maven snapshots publishing to s3
Related Issues
opensearch-project/opensearch-build#5360
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.