reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
214 stars 102 forks source link

[ci] Redefine CI base images #3042

Closed vkarak closed 10 months ago

vkarak commented 10 months ago

This PR redefines the base CI images. Since the method of how reframe is installed may change in the future, we can't "hardcode" that in a common image, because a change in a branch will break other branches. Also, including reframe along with other packages, such as Lmod or Tmod is not very modular. This PR instead creates base images for Lmod and Tmod only and the CI will create a derived reframe image for testing. I have already pushed the images with correct versions on Github registry.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7d9ccc9) 86.70% compared to head (773bdc5) 86.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3042 +/- ## ======================================== Coverage 86.70% 86.70% ======================================== Files 61 61 Lines 11996 11996 ======================================== Hits 10401 10401 Misses 1595 1595 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.