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

Remove BWC zips for dynamic dependency #505

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

amitgalitz
Copy link
Member

@amitgalitz amitgalitz commented Apr 18, 2022

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

Description

Removed BWC zips still present in AD by fetching from opendistro cloudfront. Other zips such as 1.1 and 1.2 weren't not correctly used at all during our build process anyway. Currently the BWC testing we do is from current version to 7.10.2/1.13. We will handle more bwc testing in a different PR as outlined by this issue (#336)
I also uncommented bwc test in CI.

Issues Resolved

resolves #17

Check List

  • Commits are signed per the DCO using --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.

Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
@amitgalitz amitgalitz requested a review from a team April 18, 2022 17:36
@opensearch-trigger-bot opensearch-trigger-bot bot added backport 1.x infra Changes to infrastructure, testing, CI/CD, pipelines, etc. labels Apr 18, 2022
Copy link
Member

@ohltyler ohltyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Let's make sure BWC task passes in the runner.

@amitgalitz amitgalitz requested a review from dblock April 18, 2022 18:09
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2022

Codecov Report

Merging #505 (ea61c26) into main (fc1a6e2) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #505      +/-   ##
============================================
- Coverage     78.95%   78.91%   -0.04%     
+ Complexity     4194     4191       -3     
============================================
  Files           296      296              
  Lines         17663    17663              
  Branches       1878     1878              
============================================
- Hits          13946    13939       -7     
- Misses         2816     2822       +6     
- Partials        901      902       +1     
Flag Coverage Δ
plugin 78.91% <ø> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
...rch/ad/transport/ForwardADTaskTransportAction.java 94.06% <0.00%> (-3.39%) ⬇️
...ansport/handler/AnomalyResultBulkIndexHandler.java 67.74% <0.00%> (-3.23%) ⬇️
.../main/java/org/opensearch/ad/ml/CheckpointDao.java 69.55% <0.00%> (-0.65%) ⬇️
...ain/java/org/opensearch/ad/task/ADTaskManager.java 76.67% <0.00%> (-0.23%) ⬇️
...rch/ad/transport/AnomalyResultTransportAction.java 80.82% <0.00%> (+0.68%) ⬆️
...ain/java/org/opensearch/ad/model/ModelProfile.java 72.72% <0.00%> (+1.81%) ⬆️

@amitgalitz amitgalitz merged commit 41f96c7 into opensearch-project:main Apr 18, 2022
kaituo pushed a commit to kaituo/anomaly-detection-1 that referenced this pull request Jun 6, 2022
kaituo added a commit that referenced this pull request Jun 8, 2022
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>

Co-authored-by: Amit Galitzky <amgalitz@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Changes to infrastructure, testing, CI/CD, pipelines, etc. v2.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Checked in versions of job-scheduler-*-SNAPSHOT.zip
4 participants