-
Notifications
You must be signed in to change notification settings - Fork 273
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
Tasks on helm modules conflict with tmpcharts directory #3035
Comments
Thanks for reporting this! We'll have a look. |
This issue has been automatically marked as stale because it hasn't had any activity in 90 days. It will be closed in 14 days if no further activity occurs (e.g. changing labels, comments, commits, etc.). Please feel free to tag a maintainer and ask them to remove the label if you think it doesn't apply. Thank you for submitting this issue and helping make Garden a better product! |
This issue has been automatically marked as stale because it hasn't had any activity in 90 days. It will be closed in 14 days if no further activity occurs (e.g. changing labels, comments, commits, etc.). Please feel free to tag a maintainer and ask them to remove the label if you think it doesn't apply. Thank you for submitting this issue and helping make Garden a better product! |
@jondeandres is this still an issue? |
This appears to be a Helm upstream issue, closing this for now. |
Bug
Current Behavior
When running tests with task dependencies defined in helm modules both tasks are executed in parallel but they fight for the
tmpcharts
directory. The result is that one of the task might not see the the chart dependencies downloaded in that directory:Expected behavior
Multiple tasks can run in parallel without conflicting with their own cleanup
Workaround
Make one task depend on the other so they run sequentially.
The text was updated successfully, but these errors were encountered: