-
Notifications
You must be signed in to change notification settings - Fork 710
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
Add SchedulerName in V1alpha2 #787
Conversation
/assign @gaocegege |
Also fix the issue #787 |
Please hold till #786 is merged. Also, @jlewi @gaocegege we need some tracking to ensure that common changes are reflected in all operators. |
/ok-to-test |
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.
LGTM with nits.
@@ -48,6 +48,9 @@ type TFJobSpec struct { | |||
// Default to Running. | |||
CleanPodPolicy *CleanPodPolicy `json:"cleanPodPolicy,omitempty"` | |||
|
|||
// SchedulerName specifies the name of scheduler which should handle the TFJob |
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.
nits: missing period at the end of line.
/lgtm As @johnugeorge suggested, I think we could wait #786 . Thanks for your contribution! |
Sure, no problem! |
/hold cancel |
1 similar comment
/hold cancel |
@gaocegege |
/approve Thanks for your contribution! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege 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 |
1 similar comment
/retest |
/test kubeflow-tf-operator-presubmit |
@jlewi
and kubeflow-tf-operator-presubmit also failed? |
/retest |
Travis tests have failedHey @ChanYiLin, 2nd Buildgometalinter --config=linter_config.json --vendor ./...
3rd Buildgometalinter --config=linter_config.json --vendor ./...
|
/retest |
@gaocegege |
/lgtm |
We have enablingGangScheduling option, so we add schedulerName option to TFJobSpec.
This change is