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

[feat] Include hardware platform info in ProcessorInfo #3151

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Apr 3, 2024

Closes #3125

@vkarak vkarak added this to the ReFrame 4.6 milestone Apr 3, 2024
@vkarak vkarak self-assigned this Apr 3, 2024
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.65%. Comparing base (240a631) to head (60b2152).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3151   +/-   ##
========================================
  Coverage    86.65%   86.65%           
========================================
  Files           61       61           
  Lines        12116    12117    +1     
========================================
+ Hits         10499    10500    +1     
  Misses        1617     1617           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vkarak vkarak changed the title [feat] Include OS platform in ProcessorInfo [feat] Include hardware platform info in ProcessorInfo Apr 8, 2024
Copy link
Contributor

@ekouts ekouts left a comment

Choose a reason for hiding this comment

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

lgtm

@vkarak vkarak merged commit b2ca128 into reframe-hpc:develop Apr 9, 2024
25 checks passed
@vkarak vkarak deleted the feat/platform-info branch April 9, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Collect some of the platform info in the auto-detected processor info
4 participants