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

--net host is no longer needed for stf-provider #165

Merged

Conversation

petemyron
Copy link

newer versions of Docker now support exposing port ranges, so we no longer need to use --net host. Respective docker networking changes for ADB are included.

Copy link
Member

@koral-- koral-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but please also provide a sign-off.

@@ -851,7 +855,7 @@ Description=STF s3 storage
After=docker.service
Requires=docker.service

[Service]
[Service]provider
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need a provider suffix there?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that was a typo on my part--computer was crashing (Mac's kernel_task taking up 18000% CPU...)

newer versions of Docker now support exposing port ranges, so we no longer need to use `--net host`. Respective docker networking changes for ADB are included.

Signed-off-by: Pete Myron <pete.myron@t-mobile.com>
fixed typo

Signed-off-by: Pete Myron <pete.myron@t-mobile.com>
@petemyron petemyron force-pushed the remove-net-host-from-stf-provider branch from f51e902 to 598a240 Compare March 19, 2021 22:42
@koral-- koral-- added the enhancement New feature or request label Jun 3, 2021
@koral-- koral-- merged commit 2680615 into DeviceFarmer:master Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants