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

bug: context missing from EventsToRegister #87

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Dec 8, 2024

Problem: the custom scheduler plugin interface now requires a context variable, and return of an array and error (which is empty/not used and nil)
Solution: add context.Context for it, and the correct return signature.

Error: https://github.com/flux-framework/flux-k8s/actions/runs/12217632429/job/34082138214

If there are other errors that resulted from updates (still hiding under this one) I'll follow up with fixes here.

@vsoch vsoch force-pushed the queue-extensions-bug branch from 4eac550 to 77424b4 Compare December 8, 2024 01:53
Problem: the custom scheduler plugin interface now
requires a context variable (which is empty/not used)
Solution: add context.Context for it.

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch force-pushed the queue-extensions-bug branch from 77424b4 to 363f1d8 Compare December 8, 2024 01:57
@vsoch
Copy link
Member Author

vsoch commented Dec 8, 2024

Note that cert-manager is failing in three different projects of mine (this one included) so there was some change, either to it or GitHub. I'm going to try updating first and then try to figure out the error if necessary.

@vsoch vsoch requested a review from cmisale December 11, 2024 01:22
@vsoch
Copy link
Member Author

vsoch commented Dec 11, 2024

Thank you @cmisale !

@vsoch vsoch merged commit c9541c1 into main Dec 11, 2024
8 checks passed
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