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 script to pick up correct zip #1592

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

jmazanec15
Copy link
Member

Description

Fix find command to look in correct place. This broke because micro-benchmarks ends up producing a zip in the build/distributions folder.

Locally:

Without fix:

$ find "$(pwd)" -path \*build/distributions/*.zip
<PATH>/k-NN-1/micro-benchmarks/build/distributions/micro-benchmarks-2.14.0.0-SNAPSHOT.zip
<PATH>/k-NN-1/build/distributions/opensearch-knn-3.0.0.0-SNAPSHOT.zip

With fix

$ find "$(pwd)/build/distributions" -path \*.zip
<PATH>/k-NN-1/build/distributions/opensearch-knn-3.0.0.0-SNAPSHOT.zip

Issues Resolved

#1591 #1585

Check List

  • Commits are signed as 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.

@jmazanec15 jmazanec15 added Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. backport 2.x labels Apr 5, 2024
@jmazanec15
Copy link
Member Author

Flaky failures #1593

@jmazanec15 jmazanec15 merged commit 653e7eb into opensearch-project:main Apr 5, 2024
40 of 52 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 5, 2024
Signed-off-by: John Mazanec <[email protected]>
(cherry picked from commit 653e7eb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants