Skip to content

Commit 23c63b7

Browse files
committed
Bug fix for default value condition
Signed-off-by: Ram Lau <[email protected]>
1 parent d487218 commit 23c63b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/apis/controller/experiments/v1beta1/experiment_defaults.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func (e *Experiment) setDefaultTrialTemplate() {
113113
t.SuccessCondition = DefaultTrainJobSuccessCondition
114114
} else {
115115
t.SuccessCondition = DefaultKubeflowJobSuccessCondition
116+
}
116117
}
117118
if t.FailureCondition == "" {
118119
if jobKind == "TrainJob" {

0 commit comments

Comments
 (0)