-
Notifications
You must be signed in to change notification settings - Fork 51
remove: DDPJobDefinition from SDK #498
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@VanillaSpoon Tried running tests Tried running on installing Main branch aswell , same error
|
@Srihari1192 Those clusterconfiguration look good to me, the openshift_oauth is removed as we are defaulting to it to be true. And all oauth resources are created by the RC Controller in Main. cc: @KPostOffice |
There are some examples in the demo notebooks that use these classes. Not sure what the best course of action is (remove notebooks?) |
You can remove |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue link
https://issues.redhat.com/browse/RHOAIENG-5096
What changes have been made
This pr contains a removal of the DDPJobDefinition from the codeflare-sdk, as well as updated tests to reflect the change.
A follow up pr will be made to update the docs and demo notebooks upon being merged.
Verification steps
Run the sdk tests and ensure they are functioning correctly.
Run a demo notebook to ensure no breaks.
Checks