-
Notifications
You must be signed in to change notification settings - Fork 299
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
Support kubeflow.org/tfjob #1068
Support kubeflow.org/tfjob #1068
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y 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 |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign @trasc |
I can take this one |
}) | ||
}) | ||
|
||
var _ = ginkgo.Describe("Job controller for workloads when only jobs with queue are managed", ginkgo.Ordered, ginkgo.ContinueOnFailure, func() { |
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 would remove this test. It can be tested in unit. And it's already tested for other jobs.
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.
Do other jobs mean kubeflowjobs?
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.
Other jobs in general. But, I guess we can keep the test for PytorchJob
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 makes sense.
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.
Done.
util.ExpectAdmittedActiveWorkloadsMetric(clusterQueue, 1) | ||
}) | ||
|
||
ginkgo.When("The workload's admission is removed", func() { |
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 would also remove this test for similar reasons as above.
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.
Sure.
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.
Done.
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
43e5f28
to
b96cffe
Compare
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
/label tide/merge-method-squash |
@alculquicondor I addressed your comments. PTAL. |
/lgtm |
* Support kubeflow.org/tfjob Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Adapt tfjob to commonized kubeflowjob Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Remove duplicated integration test cases Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
* Support kubeflow.org/tfjob Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Adapt tfjob to commonized kubeflowjob Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Remove duplicated integration test cases Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com> --------- Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
I added the tfjob-controller to the frameworkjob-manager.
Which issue(s) this PR fixes:
Part-of #297
Special notes for your reviewer:
Does this PR introduce a user-facing change?