Skip to content
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

Run regression tests on bare metal #187

Open
nbren12 opened this issue Apr 30, 2021 · 0 comments
Open

Run regression tests on bare metal #187

nbren12 opened this issue Apr 30, 2021 · 0 comments

Comments

@nbren12
Copy link
Contributor

nbren12 commented Apr 30, 2021

It would be nice to invoke the regression tests on bare metal (e.g. within the nix builds). The tests are also more complex than necessary since they need to manage docker run commands. It also requires that the python requirements be installed outside of the docker container. This means we need to maintain two python environments 1) the host and 2) the docker container. Much of this complexity goes away if we assume that all commands are invoked from within the docker container and pull all the "docker runs" as close to the CI entrypoint as possible.

See ai2cm/fv3gfs-wrapper#272 for example.

@nbren12 nbren12 changed the title Assume regression tests are run from within the docker image Run regression tests on bare metal Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant