-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test notebooks with CI #29
Comments
(How) would we mount the archive in the CI pipeline? |
@agstephens
I am not sure what the limit is in the Github action environment, or can not find a clear answer, but I imagine this is too big. above mini-archive, a subset of the netCDF files: https://github.com/Mahir-Sparkess/mini-ceda-archive/tree/ceda-notebooks |
@Mahir-Sparkess I like the fact that there aren't too many of these. For other projects, we have done the following:
We could do a similar thing with the above files and then just symlink them to "/badc" and "/neodc" when running the tests. |
I've created an issue on the jasmin notebooks repository |
The link to the notebook CI dockerfile: https://breezy.badc.rl.ac.uk/mrahman/jasmin-notebooks/-/blob/notebooks-test/images/ceda-notebooks-ci/Dockerfile |
See Richard's example:
https://github.com/cedadev/cci-api-demo/blob/main/.github/workflows/test.yml
The text was updated successfully, but these errors were encountered: