GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
203 stars 80 forks source link

Store baselines locally on streak2. #3141

Closed CusiniM closed 1 month ago

CusiniM commented 1 month ago

Introduces the use a persistent folder on streak2 to store baselines locally instead of downloading them.

The folder is:

/data/GEOS/baselines

and baselines are stored as:

/data/GEOS/baselines/baselines_pr#pr/baseline_integratedTests-pr-#pr-${{ github.run_number }}-${SHORT_COMMIT}.tar.gz

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 53.56%. Comparing base (d3783ad) to head (eac8ede).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3141 +/- ## =========================================== - Coverage 53.57% 53.56% -0.01% =========================================== Files 1003 1003 Lines 85297 85297 =========================================== - Hits 45695 45693 -2 - Misses 39602 39604 +2 ```

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

CusiniM commented 1 month ago

It's now failing coz I had made a mistake and created a file that can't be deleted but this should work once someone deletes that with sudo.

It just needs a bit more testing.