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

fix(docker): remove task worker shared storage #5108

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

fatih-acar
Copy link
Contributor

Fixes #4867

Fixes #4867

Signed-off-by: Fatih Acar <fatih@opsmill.com>
Copy link

codspeed-hq bot commented Dec 2, 2024

CodSpeed Performance Report

Merging #5108 will not alter performance

Comparing fac-update-docker-storage (b736134) with release-1.1 (6f9f27f)

Summary

✅ 10 untouched benchmarks

@@ -268,16 +268,11 @@ services:
INFRAHUB_TIMEOUT: ${INFRAHUB_TIMEOUT:-60}
INFRAHUB_WORKFLOW_PORT: ${INFRAHUB_WORKFLOW_PORT:-4200}
PREFECT_API_URL: http://${INFRAHUB_WORKFLOW_ADDRESS:-task-manager}:${INFRAHUB_WORKFLOW_PORT:-4200}/api
volumes:
- "git_data:/opt/infrahub/git"
- "git_remote_data:/remote"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we need to keep git_remote_data:/remote

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This volume is used for the e2e tests, when we import the git repository using docker cp.

I don't think this is used in end-user workflows?

@dgarros dgarros merged commit 65cc50b into release-1.1 Dec 11, 2024
30 checks passed
@dgarros dgarros deleted the fac-update-docker-storage branch December 11, 2024 06:53
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