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

Update jenkins file to use updated docker image #189

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

gaiksaya
Copy link
Member

@gaiksaya gaiksaya commented Jul 7, 2023

Description

We recently upgraded the python version in the build repo. Due to this any code using build repo code fails if right python version is not used. Signing artifacts uses the build repo code hence updating the image to most recent one.

Issues Resolved

opensearch-project/opensearch-build#3712

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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: Sayali Gaikawad <gaiksaya@amazon.com>
@dhrubo-os
Copy link
Collaborator

Can we please update the changelog also?

@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #189 (ab11329) into main (976a512) will increase coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   90.81%   90.96%   +0.15%     
==========================================
  Files          37       37              
  Lines        4050     4073      +23     
==========================================
+ Hits         3678     3705      +27     
+ Misses        372      368       -4     

see 1 file with indirect coverage changes

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
@gaiksaya
Copy link
Member Author

gaiksaya commented Jul 7, 2023

Can we please update the changelog also?

Done!

CHANGELOG.md Outdated
@@ -29,6 +29,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Tracing model with onnx format + changed OpenSearch version to 2.5.0 ([#69](https://github.com/opensearch-project/opensearch-py-ml/pull/69))
- Updating docs workflow to 2.5.0 also by @dhrubo-os([#71](https://github.com/opensearch-project/opensearch-py-ml/pull/71))
- Update notebook + version update by @dhrubo-os in ([#76](https://github.com/opensearch-project/opensearch-py-ml/pull/76))
- Update jenkins file to use updated docker image ([#189](https://github.com/opensearch-project/opensearch-py-ml/pull/189))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this should be in the 1.1.0 section, right? as 1.0.0 is already published.

Copy link
Member Author

Choose a reason for hiding this comment

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

Moved to 1.1.0

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
@dhrubo-os dhrubo-os merged commit 8784cc4 into opensearch-project:main Jul 10, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants