Skip to content

Commit df31981

Browse files
committed
fix integration test for new NewMPIJobController signature
1 parent ee17712 commit df31981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/mpi_job_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ func startController(
855855
kubeInformerFactory.Core().V1().Pods(),
856856
kubeInformerFactory.Scheduling().V1().PriorityClasses(),
857857
mpiInformerFactory.Kubeflow().V2beta1().MPIJobs(),
858-
metav1.NamespaceAll, schedulerName,
858+
metav1.NamespaceAll, schedulerName, false,
859859
)
860860
if err != nil {
861861
panic(err)

0 commit comments

Comments
 (0)