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

CI: add output of model name from /proc/cpuinfo #483

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

slabasan
Copy link
Collaborator

Description

Running into job failures when loading msr-safe because CPU is unsupported. This provides more details as to which CPUs we are getting with GitHub Actions.

One idea is to expect a failure for the verify job if we are on a CPU that is unsupported instead of failing, but this will require some changes to the order in which we check system information.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

Running into job failures when loading msr-safe because CPU is unsupported.
This provides more details as to which CPUs we are getting with GitHub Actions.
@slabasan slabasan added status-ready-for-review Formatted, and tested on multiple systems. type-internal-cleanup area-ci labels Nov 15, 2023
@slabasan slabasan merged commit 035ebd5 into LLNL:dev Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ci status-ready-for-review Formatted, and tested on multiple systems. type-internal-cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant