-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update Land DA container to Spack-Stack 1.6.0 #147
Update Land DA container to Spack-Stack 1.6.0 #147
Conversation
@EdwardSnyder-NOAA do you think we need to update https://github.com/EdwardSnyder-NOAA/land-DA_workflow/blob/ss160-container-update/sorc/test/ci/Dockerfile ? |
Yes, @jkbk2004 I'll need to update that file. I got it to work but had to make a number of changes that I think could be resolved in a more elegant way. I'll try to get those changes in today. Just a reminder this PR is for the previous ufs model hash. I'm still working on building the spack-stack with the proper modules to support the new ufs model hash. |
The container has been updated to work with the new ufs wm hash. All the scripts are in order and it runs successfully on AWS (
The ctest Dockerfile also works, which was tested with our Jenkins pipeline:
|
Description
This PR updates or adds files to support updating the Land DA container to spack-stack 1.6.0. Major changes include adding modulefile task files for singularity, added a singularity land_analysis file, and document changes.
The Land DA container was built with this PR using this landda dockerfile which inherits this spack-stack dockerfile. Testing was done with this container using the land_analysis test described in the docs which passed on GCP, AWS, and Hercules.
UPDATE:
The latest Land DA container was built with the updated wm hash, which required updates to the landda dockerfile and spack-stack dockerfile. Here is the setup_container.sh script that is used in this process. Lastly, the ctest Dockerfile was tested with our Jenkins pipeline and passes without any problems.
Anticipated changes to regression tests:
Subcomponents involved:
Linked PR's and Issues:
Testing (for CM's):