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

gitlab: add flux-pmix to CI testing #10

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Commits on Jan 23, 2024

  1. gitlab: update core builds to make install

    Problem: flux-pmix and other framework projects will need
    to use .pc files from flux-core.
    
    Update all flux-core builds to use make install. Since projects
    are now running on different machines, use all available cores
    instead of the standard 32.
    wihobbs committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    50d14e4 View commit details
    Browse the repository at this point in the history
  2. gitlab: add pmix to testsuite

    Problem: We need flux-pmix to test OpenMPI v5.0+.
    
    Add it to our tests and check its testsuite against
    LC's versions of OpenMPI.
    wihobbs committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    91e4a69 View commit details
    Browse the repository at this point in the history
  3. gitlab: update tioga to use CI queue

    Problem: Jobs can hang on Tioga.
    
    Solution: There is now a dedicated CI queue on
    Tioga we can utilize.
    wihobbs committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    760891a View commit details
    Browse the repository at this point in the history