Skip to content
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

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

hackerboy01
Copy link
Member

fix comments for mpi-controller

@aws-kf-ci-bot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@coveralls
Copy link

coveralls commented Nov 25, 2021

Pull Request Test Coverage Report for Build 1506096008

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 24.48%

Totals Coverage Status
Change from base Build 1493027296: 0.4%
Covered Lines: 1224
Relevant Lines: 5000

💛 - Coveralls

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// DefaultContainerName is the name of the mpiJob container.
// DefaultContainerName is the name of the MPIJob container.

@zw0610
Copy link
Member

zw0610 commented Nov 25, 2021

/ok-to-test

fix comments for mpi-controller

fix controller-related comments for mpijob

fix comments for mpi-controller
@hackerboy01
Copy link
Member Author

/retest

@hackerboy01 hackerboy01 changed the title [WIP] fix comments for mpi-controller fix comments for mpi-controller Nov 29, 2021
@zw0610
Copy link
Member

zw0610 commented Nov 29, 2021

Hi, @terrytangyuan could you review this fix pr?

@hackerboy01
Copy link
Member Author

hackerboy01 commented Nov 29, 2021

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.

Copy link
Member

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

/lgtm
/approve

@google-oss-prow
Copy link

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

@google-oss-prow google-oss-prow bot merged commit 71428d5 into kubeflow:master Nov 29, 2021
@hackerboy01 hackerboy01 deleted the fix-mpi-controller branch November 30, 2021 03:29
@alculquicondor
Copy link

How are we going to asses if the migrated v1 controller is prod ready?

@zw0610
Copy link
Member

zw0610 commented Dec 2, 2021

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?

@alculquicondor
Copy link

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.

@alculquicondor
Copy link

Was the above satisfied?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants