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

feat: support access to host runner's services #473

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

outsinre
Copy link
Contributor

@outsinre outsinre commented Nov 20, 2023

By default, workflows run on a Linux OS. For containers to access to host services, we should update the docker compose file to include host.docker.internal.

This would significantly reduce the number of containers and resources required for EE plugins tests.

Refs: https://stackoverflow.com/a/62431165/2336707

@outsinre outsinre requested a review from Tieske November 20, 2023 04:52
Copy link
Member

@Tieske Tieske left a comment

Choose a reason for hiding this comment

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

Can you add a changelog entry?

@outsinre
Copy link
Contributor Author

@Tieske sure. Let me do.

By default, workflows run on a Linux OS. For containers to access
to host services, we should update the docker compose file to include
'host.docker.internal'

This would significantly reduce the number of containers and
resources required for EE plugins tests.
@outsinre outsinre requested a review from Tieske November 20, 2023 08:23
@outsinre outsinre changed the title chore(ci): access to host services feat: access to host services Nov 20, 2023
@outsinre outsinre changed the title feat: access to host services feat: support access to host runner's services Nov 20, 2023
@Tieske Tieske merged commit 86f61c7 into master Nov 20, 2023
5 checks passed
@Tieske Tieske deleted the access-to-host-services branch November 20, 2023 08:27
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

Successfully merging this pull request may close these issues.

2 participants