Skip to content

Conversation

laurafitzgerald
Copy link
Contributor

Issue link

https://issues.redhat.com/browse/RHOAIENG-31084

What changes have been made

NOTE: Only the last commit is valid. The branch is rebased locally on main.

Verification steps

In a jupyter notebook with some jobs (more than 10) and clusters present in k8s

Import the required packages

from codeflare_sdk import RayJob, RayCluster

Toggle widgets on and off

RayJob.set_widgets_default(True)

login

!oc login --token=<token> --server=<server>

Check Job output

RayJob.List()
RayJob.List(page=1)
RayJob.List(page=2)
RayJob.Status(name="jobname")

Set widgets to False and repeat the Jobs Steps above

Check Cluster output

RayCluster.List()
RayCluster.List(page=1)
RayCluster.List(page=2)
RayCluster.Status(name="clustername")

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • Testing is not required for this change

Copy link
Contributor

openshift-ci bot commented Oct 13, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign laurafitzgerald for approval. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 13, 2025
@laurafitzgerald laurafitzgerald changed the base branch from ray-jobs-feature to main October 16, 2025 21:16
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 16, 2025
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