-
Notifications
You must be signed in to change notification settings - Fork 57
RHOAIENG-27792: Add stop, resubmit, & delete. Auto tear down config maps. E2Es #896
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
RHOAIENG-27792: Add stop, resubmit, & delete. Auto tear down config maps. E2Es #896
Conversation
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ray-jobs-feature #896 +/- ##
====================================================
+ Coverage 93.48% 94.19% +0.70%
====================================================
Files 21 21
Lines 1889 1911 +22
====================================================
+ Hits 1766 1800 +34
+ Misses 123 111 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@kryanbeane will you modify existing e2e test(s) to include the new functionality? |
f5f241a
to
2724f52
Compare
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
2724f52
to
1f1720e
Compare
3d548c8
to
3ea43d9
Compare
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
1 similar comment
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@kryanbeane: This pull request references RHOAIENG-27792 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
I have verified the changes while running the notebook and executed the test locally (with increased timeout - as per my comment). it works good. Thanks! |
/hold |
0576c2f
to
3f4c7cc
Compare
3f4c7cc
to
1637cfd
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pawelpaszki The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
538d345
into
project-codeflare:ray-jobs-feature
Issue link
RHOAIENG-27792
What changes have been made
Verification steps
Follow this guided notebook to submit a job and run the below:
Stop / Suspend the job
Verify manually that the job has been suspended (spec.suspend = true) and that the RayCluster was torn down
Checks