You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when job failed,
The judgment if spec.RestartPolicy == commonv1.RestartPolicyExitCode seems to be problematic. It should be if spec.RestartPolicy != commonv1.RestartPolicyNever...
The text was updated successfully, but these errors were encountered:
What happened?
v1.8.1 version
training-operator/pkg/controller.v1/mpi/mpijob_controller.go -> UpdateJobStatus
when job failed,
The judgment if spec.RestartPolicy == commonv1.RestartPolicyExitCode seems to be problematic. It should be if spec.RestartPolicy != commonv1.RestartPolicyNever...
The text was updated successfully, but these errors were encountered: