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

[CAPPL-40] Add custom compute capability #14496

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

cedric-cordenier
Copy link
Contributor

@cedric-cordenier cedric-cordenier commented Sep 19, 2024

  • Add a custom compute capability. Since this depends on gateway, I've added it to one of the special cases in the standard capabilities delegate.

@cedric-cordenier cedric-cordenier force-pushed the CAPPL-40-compute-capability branch 8 times, most recently from 359c8e4 to 05f2b71 Compare September 24, 2024 12:57
@cedric-cordenier cedric-cordenier changed the title WIP compute capability wrapper [CAPPL-40] Add custom compute capability Sep 24, 2024
@cedric-cordenier cedric-cordenier marked this pull request as ready for review September 24, 2024 13:01
@cedric-cordenier cedric-cordenier requested review from ilija42, nolag, justinkaseman and ettec and removed request for a team September 24, 2024 13:01
@cedric-cordenier cedric-cordenier force-pushed the CAPPL-40-compute-capability branch 2 times, most recently from 8abc898 to fe7219a Compare September 24, 2024 14:32
@cedric-cordenier cedric-cordenier force-pushed the CAPPL-40-compute-capability branch 2 times, most recently from b8d4bcf to 84aaa4d Compare September 25, 2024 09:34
ettec
ettec previously approved these changes Sep 25, 2024

id := generateID(binary)

m, err := c.modules.get(id)
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: c.modules.get should use map like semantics (ie bool to indicate found) instead of an error

- Pass through binary + config through the workflow engine
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.

3 participants