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

Adjust test setup to work inside a docker executor #1209

Open
Clockwork-Muse opened this issue Oct 12, 2021 · 0 comments
Open

Adjust test setup to work inside a docker executor #1209

Clockwork-Muse opened this issue Oct 12, 2021 · 0 comments

Comments

@Clockwork-Muse
Copy link

I'm currently experimenting with building my own copy of the images (as I'm using/building panda3d), but my CI system uses a docker executor (and builds the image with docker-in-docker), and thus it fails when tests are run because build.sh assumes that the current working directory is a host directory, and volume-mounts the test directory.

I would appreciate it if the way tests were run were adjusted to account for this. Volume-busting is unlikely to be a good solution; the only thing likely to work in most cases is building a sub image that copies the test directory. Failing that, a way to stop the tests from running would also work in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants