RHOAIENG-48973: fix notebook tests and add required auto param for trainer accelerator#1001
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1001 +/- ##
==========================================
+ Coverage 95.96% 95.97% +0.01%
==========================================
Files 23 23
Lines 2203 2211 +8
==========================================
+ Hits 2114 2122 +8
Misses 89 89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f996c92 to
3699117
Compare
|
/retest |
53ee70e to
8d5a23d
Compare
…ainer accelerator
23ea241 to
48302fe
Compare
|
@pawelpaszki: This pull request references RHOAIENG-48973 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
|
@pawelpaszki: This pull request references RHOAIENG-48973 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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
|
@pawelpaszki: This pull request references RHOAIENG-48973 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn 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. |
chipspeak
left a comment
There was a problem hiding this comment.
LGTM Pawel, cheers for this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chipspeak The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
e3aecbb
into
project-codeflare:main
Issue link
RHOAIENG-48973
What changes have been made
RHOAIENG-48973: fix notebook tests and add required auto param for trainer accelerator
Verification steps
tests that require submission of a job without accelerator parameter provided will fail (upgrade and mnist job submit), e.g.
with parameter provided for accelerator, the tests pass:
Checks