Skip to content
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

fix zip fetching issue on version increment #611

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

amitgalitz
Copy link
Member

Signed-off-by: Amit Galitzky amgalitz@amazon.com

Description

uses newest version snapshot from gradle assemble instead of ci.distribution.org in CI because of failure fetching during version increment

Issues Resolved

resolves #586

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.

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
@amitgalitz amitgalitz requested a review from a team July 12, 2022 19:20
@opensearch-trigger-bot opensearch-trigger-bot bot added backport 2.x infra Changes to infrastructure, testing, CI/CD, pipelines, etc. labels Jul 12, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #611 (fa597c7) into main (f630c8f) will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #611      +/-   ##
============================================
+ Coverage     79.07%   79.25%   +0.17%     
- Complexity     4213     4225      +12     
============================================
  Files           296      296              
  Lines         17686    17686              
  Branches       1880     1880              
============================================
+ Hits          13986    14017      +31     
+ Misses         2805     2779      -26     
+ Partials        895      890       -5     
Flag Coverage Δ
plugin 79.25% <ø> (+0.17%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ansport/handler/AnomalyResultBulkIndexHandler.java 83.87% <0.00%> (-3.23%) ⬇️
.../main/java/org/opensearch/ad/ml/CheckpointDao.java 69.55% <0.00%> (-0.65%) ⬇️
...opensearch/ad/indices/AnomalyDetectionIndices.java 72.12% <0.00%> (-0.19%) ⬇️
...ain/java/org/opensearch/ad/task/ADTaskManager.java 77.35% <0.00%> (+0.45%) ⬆️
...ava/org/opensearch/ad/task/ADHCBatchTaskCache.java 91.35% <0.00%> (+1.23%) ⬆️
...java/org/opensearch/ad/task/ADBatchTaskRunner.java 86.17% <0.00%> (+4.40%) ⬆️

@amitgalitz amitgalitz merged commit 9f6a5ab into opensearch-project:main Jul 13, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 13, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 9f6a5ab)
amitgalitz added a commit that referenced this pull request Jul 13, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
(cherry picked from commit 9f6a5ab)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x infra Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BWC Failure on version increment
4 participants