-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improvements to longruns pipeline #634
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just checked this fix here: https://buildkite.com/clima/climacoupler-longruns/builds/448
Actually, even though the init is now passing, it looks like we need to constrain the Plots dependency again? |
I cleaned up a couple of things in the manifest and it looks like it's working: https://buildkite.com/clima/climacoupler-longruns/builds/449 |
There seem to be some artifact errors: https://buildkite.com/clima/climacoupler-longruns/builds/449#018dc853-7e02-4d95-a6d0-8e9acaeb0b47/219-8134 |
Also all the breaking simulations hang. Maybe we need to add |
Added
This seems like a random filesystem failure. I am trying again. |
I think this is a race condition on downloading artifacts :( https://buildkite.com/clima/climacoupler-longruns/builds/450#018dcc4a-c9ef-4d0d-84b0-2c7ec9ccddb5 |
Hmm, I haven't seen this one before. Maybe we should deal with the topo files before running the job like the rest of the artifacts here, rather than on the fly when initiating atmos? |
Ideally we should fix that (xref: CliMA/ClimaLand.jl#467), but yes, best to ensure that all the artifacts are downloaded before starting the simulations for the time being. |
1b6477a
to
2bbfbb4
Compare
2bbfbb4
to
31adbb8
Compare
Okay, this time everything is looking good: https://buildkite.com/clima/climacoupler-longruns/builds/451 |
This PR: