-
Notifications
You must be signed in to change notification settings - Fork 44
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
Convert MNIST PyTorch and MNIST Ray test cases to go #103
Convert MNIST PyTorch and MNIST Ray test cases to go #103
Conversation
tests/go.mod
Outdated
@@ -54,4 +54,6 @@ require ( | |||
sigs.k8s.io/yaml v1.3.0 // indirect | |||
) | |||
|
|||
replace github.com/project-codeflare/codeflare-operator => /home/ksuta/src/github.com/project-codeflare/codeflare-operator |
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.
This doesn't seem right
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.
Ah, i see the pr is marked wip. Sorry!
a31a8f6
to
dde4d7c
Compare
@astefanutti adjusted PR:
TODO:
There may be potential issue with MCAD Ray test for OpenShift CI as Ray head requires a lot of resources. Maybe there is a need for another node (or for a possibility to modify head node requirements). Will see once TODO is addressed. |
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.
Awesome. I've left a couple of small comments. Otherwise I'll LTGM it once ready.
1a8803d
to
d529ed7
Compare
d529ed7
to
ac95a82
Compare
Changes applied. |
/lgtm |
ac95a82
to
f2472d3
Compare
f2472d3
to
cb3b91f
Compare
/lgtm |
Failing because the ODH core KfDef/DSC is not installed in OpenShift CI. |
/retest |
3 similar comments
/retest |
/retest |
/retest |
cb3b91f
to
64f92f9
Compare
/retest |
|
64f92f9
to
6298148
Compare
Skipping unstable/currently failing tests. |
/retest |
@astefanutti Can you please take a final look/provide approval? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: astefanutti 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 |
/retest |
Converting
distributed-workloads/tests/basictests/distributed-workloads.sh
Lines 33 to 90 in e9ce413
Description
As part of #63 this PR converts MNIST PyTorch test case into go lang.
How Has This Been Tested?
Tested by executing locally against OCP.
Merge criteria: