-
Notifications
You must be signed in to change notification settings - Fork 706
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
fix comments for mpi-controller #1485
fix comments for mpi-controller #1485
Conversation
Hi @hackerboy01. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 kubernetes/test-infra repository. |
Pull Request Test Coverage Report for Build 1506096008
💛 - Coveralls |
pkg/apis/mpi/v1/constants.go
Outdated
@@ -21,7 +21,7 @@ const ( | |||
EnvKubeflowNamespace = "KUBEFLOW_NAMESPACE" | |||
// DefaultPortName is name of the port used to communicate between Master and Workers. | |||
DefaultPortName = "mpi-port" | |||
// DefaultContainerName is the name of the XGBoostJob container. | |||
// DefaultContainerName is the name of the mpiJob container. |
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.
// DefaultContainerName is the name of the mpiJob container. | |
// DefaultContainerName is the name of the MPIJob container. |
/ok-to-test |
c3652a6
to
6206b87
Compare
fix comments for mpi-controller fix controller-related comments for mpijob fix comments for mpi-controller
6206b87
to
609ce31
Compare
/retest |
Hi, @terrytangyuan could you review this fix pr? |
Hi, @terrytangyuan v1 MPI operator has been migrated to this repo #1457, such as cluster-role.yaml I just copy and paste from V1 mpi-operator, some comments should be addressed, please take a look for the PR. |
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.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hackerboy01, terrytangyuan 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 |
How are we going to asses if the migrated v1 controller is prod ready? |
I think it will be great if someone can offer a universal standard to access if it is production ready for all tf, pytorch, mxnet, xbgoost and mpi (v1 & v2) controllers rather than a specific one set for mpi v1 controller. Do you think you can contribute? |
I can help review the standard. But I think as a general rule of thumb we need E2E tests and perhaps some percentage of coverage in unit level. |
Was the above satisfied? |
fix comments for mpi-controller