ESMCI / cime

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

create_test: add --driver support for e3sm #4673

Closed jgfouca closed 2 months ago

jgfouca commented 2 months ago

Also, fix a couple issues in driver handling in test_scheduler.

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

Fixes [CIME Github issue #]

User interface changes?:

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

jgfouca commented 2 months ago

@jedwards4b , is this error ERROR: ESMF version should be 8.6.1 or newer expected in CESM?

jgfouca commented 2 months ago

@jedwards4b , would you mind trying a CESM test on this branch? I don't see how this PR is causing an ESMF problem.

jedwards4b commented 2 months ago

According to the docker README: docker/README.md:| ESMF_VERSION | Version of ESMF, the default will install the latest | 8.2.0 I don't see it set anywhere so you think that the latest would be used - the latest is 8.6.1. https://anaconda.org/conda-forge/esmf says v8.6.1

jedwards4b commented 2 months ago

@jgfouca I don't either and I think that we may need to rethink this docker testing framework - it seems like it's been a problem in nearly every cime PR since it was introduced. Testing on derecho now...

jedwards4b commented 2 months ago

cesm tests are passing locally -

jgfouca commented 2 months ago

I see the same failure on a PR that changed nothing: https://github.com/ESMCI/cime/pull/4674

Merging.