ESMCI / cime

Common Infrastructure for Modeling the Earth
http://esmci.github.io/cime
Other
162 stars 207 forks source link

need to make sure the directory exists before linking to it #4582

Closed jedwards4b closed 3 months ago

jedwards4b commented 9 months ago

The ERI test was failing after running the first ref case, its because the second run directory wasn't created and thus it wasn't possible to create links within it, I added code to create this directory if it doesn't already exist.

Test suite:scripts_regression_tests Test baseline: Test namelist changes: Test status: bit for bit Fixes

User interface changes?:

Update gh-pages html (Y/N)?:

jedwards4b commented 9 months ago

@jasonb5 What is the current status of testing and how do we move forward?

jasonb5 commented 9 months ago

@jedwards4b working on a fix https://github.com/ESMCI/cime/pull/4584

jasonb5 commented 9 months ago

@jedwards4b Merge master and the workflow related issues should be resolved. Keep in mind if you do need to make changes to the container in the future the PR needs to be made from a repo branch otherwise it will not be build and use the new container for testing.