Skip to content

Commit

Permalink
Fix incorrect job status display when kube-queue is enabled. (#1003)
Browse files Browse the repository at this point in the history
Signed-off-by: Syulin7 <[email protected]>
  • Loading branch information
Syulin7 committed Oct 13, 2023
1 parent 261cf3a commit a577b6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/training/trainer_tensorflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ func checkStatus(status commonv1.JobStatus) commonv1.JobConditionType {
for _, condition := range status.Conditions {
if condition.Status == v1.ConditionTrue {
t = condition.Type
break
}
}
return t
Expand Down

0 comments on commit a577b6d

Please sign in to comment.