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

Add mac platform to CI #590

Merged

Conversation

naveentatikonda
Copy link
Member

Signed-off-by: Naveen Tatikonda navtat@amazon.com

Description

Add macos platform to CI

Check List

  • All tests pass
  • 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.

Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
@naveentatikonda naveentatikonda requested a review from a team October 25, 2022 01:43
@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2022

Codecov Report

Merging #590 (64a3a3c) into main (3d0a9d7) will increase coverage by 0.19%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #590      +/-   ##
============================================
+ Coverage     84.32%   84.51%   +0.19%     
- Complexity     1039     1054      +15     
============================================
  Files           148      149       +1     
  Lines          4222     4301      +79     
  Branches        373      382       +9     
============================================
+ Hits           3560     3635      +75     
- Misses          488      489       +1     
- Partials        174      177       +3     
Impacted Files Coverage Δ
...va/org/opensearch/knn/index/KNNCircuitBreaker.java 60.00% <0.00%> (-20.00%) ⬇️
...ain/java/org/opensearch/knn/index/KNNSettings.java 80.88% <0.00%> (-2.21%) ⬇️
...main/java/org/opensearch/knn/plugin/KNNPlugin.java 100.00% <0.00%> (ø)
...va/org/opensearch/knn/plugin/stats/KNNCounter.java 100.00% <0.00%> (ø)
.../java/org/opensearch/knn/index/KNNClusterUtil.java 100.00% <0.00%> (ø)
...rg/opensearch/knn/plugin/stats/KNNStatsConfig.java 98.07% <0.00%> (+0.11%) ⬆️
...ava/org/opensearch/knn/plugin/stats/StatNames.java 89.74% <0.00%> (+0.26%) ⬆️
...rg/opensearch/knn/index/query/KNNQueryFactory.java 90.00% <0.00%> (+4.28%) ⬆️
...rg/opensearch/knn/index/query/KNNQueryBuilder.java 84.21% <0.00%> (+13.41%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

- name: Install dependencies on macos
if: startsWith(matrix.os, 'macos')
run: |
brew reinstall gcc
Copy link
Member

Choose a reason for hiding this comment

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

is this guaranteed that 'brew' is pre-installed on macos machines?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, atleast on all github hosted runners with macOS

Copy link
Member

@martin-gaievski martin-gaievski left a comment

Choose a reason for hiding this comment

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

Looks good, thank you.

@naveentatikonda naveentatikonda merged commit 5bb7a3f into opensearch-project:main Oct 25, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 25, 2022
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>

Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
(cherry picked from commit 5bb7a3f)
@naveentatikonda naveentatikonda added the Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Oct 25, 2022
naveentatikonda added a commit that referenced this pull request Oct 25, 2022
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>

Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
(cherry picked from commit 5bb7a3f)

Co-authored-by: Naveen Tatikonda <navtat@amazon.com>
@heemin32 heemin32 added 2.4.0 v2.4.0 'Issues and PRs related to version v2.4.0' and removed 2.4.0 labels Nov 2, 2022
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. v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants