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

Testrun with docker inside docker #391

Open
ChinmayJoshi-eaton opened this issue Apr 12, 2024 · 1 comment
Open

Testrun with docker inside docker #391

ChinmayJoshi-eaton opened this issue Apr 12, 2024 · 1 comment
Labels
request Feature change request

Comments

@ChinmayJoshi-eaton
Copy link

We’re trying to add a new step to our Jenkins pipeline. This step runs a ‘testrun’ inside a Jenkins node, which is like another container. We’ve managed to do this by creating our own Docker image using a method called Docker-in-Docker (DinD).

But we’re having a problem when we connect a device using a USB Ethernet adapter. If the device isn’t connected, everything works fine. But when we connect the device and put it inside the container, the build process stops and doesn’t move forward. I’m using two networks when I run the Docker command: docker run -it --runtime=sysbox-runc --network=testrun-network --network=my_bridge_network google-testrun. Also, our setup is behind a proxy.

We’re looking into this problem. Any advice or suggestions would be really helpful. Thanks!

@ChinmayJoshi-eaton ChinmayJoshi-eaton added the request Feature change request label Apr 12, 2024
@jboddey
Copy link
Collaborator

jboddey commented Apr 29, 2024

Thanks for raising this as a request. I'm glad to see you trying to use Testrun within your own QA process. We don't currently have capacity to support for complex use cases such as this but we may come back to this in the future. However, if you do happen to find a solution for this, please let us know so that we can potentially create some additional documentation to support other users!

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

No branches or pull requests

2 participants