We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fef3b commit 7a8e3dcCopy full SHA for 7a8e3dc
pkg/controller/queuejob/queuejob_controller_ex.go
@@ -371,9 +371,9 @@ func (qjm *XController) PreemptQueueJobs(inspectAw *arbv1.AppWrapper) {
371
}
372
// cannot use cleanup AW, since it puts AW back in running state
373
qjm.qjqueue.AddUnschedulableIfNotPresent(updateNewJob)
374
+ generatedCondition = true
375
376
- generatedCondition = true
377
378
379
if ((newjob.Status.Running + newjob.Status.Succeeded) < int32(newjob.Spec.SchedSpec.MinAvailable)) && newjob.Status.State == arbv1.AppWrapperStateActive {
0 commit comments