-
Notifications
You must be signed in to change notification settings - Fork 698
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
Removing reconciler code #1879
Removing reconciler code #1879
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge 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 |
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.
Can we remove all files in the test_job?
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.
It is being used here
testjobv1 "github.com/kubeflow/training-operator/test_job/apis/test_job/v1" |
and
testjobv1 "github.com/kubeflow/training-operator/test_job/apis/test_job/v1" |
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.
Oh, I see. We should replace those tests with a concrete framework such as TFJob and then remove all test_job codes. However, we can work on the improvement at follow-ups.
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.
Yes. We can cleanup that separately. Also, I see that many tests are using test job utils.
testutilv1 "github.com/kubeflow/training-operator/test_job/test_util/v1" |
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.
I added a task: #1816 (comment)
Pull Request Test Coverage Report for Build 5749372991
💛 - Coveralls |
/lgtm |
The common reconciler code is dead piece of code which can be removed.
Ref: #1816