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 dependencies between command types #86

Open
markfeathers opened this issue Sep 4, 2024 · 0 comments
Open

Fix dependencies between command types #86

markfeathers opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@markfeathers
Copy link
Contributor

If we have a docker task that depends on 2 host tasks, it will not get the implicit dependency to DS_DOCKER_READY since the task already has dependencies. See the default asks in common/build.py.

This was found when adding the ZPU support where it needs host actions to install the task, but relies on no other docker tasks. By hand, that one is adding "DS_DOCKER_READY", but that should be removed once proven to correctly be implied by the docker execution environment.

@markfeathers markfeathers self-assigned this Sep 4, 2024
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

No branches or pull requests

1 participant