Skip to content

Commit bce83b6

Browse files
committed
Use local build mpi-pi image
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 196ea69 commit bce83b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/e2e_suite_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const (
4848

4949
defaultMPIOperatorImage = "mpioperator/mpi-operator:local"
5050
defaultKindImage = "kindest/node:v1.31.0"
51-
defaultOpenMPIImage = "mpioperator/mpi-pi:openmpi"
52-
defaultIntelMPIImage = "mpioperator/mpi-pi:intel"
53-
defaultMPICHImage = "mpioperator/mpi-pi:mpich"
51+
defaultOpenMPIImage = "mpioperator/mpi-pi:test-openmpi"
52+
defaultIntelMPIImage = "mpioperator/mpi-pi:test-intel"
53+
defaultMPICHImage = "mpioperator/mpi-pi:test-mpich"
5454
rootPath = "../.."
5555
kubectlPath = rootPath + "/bin/kubectl"
5656
kindPath = rootPath + "/bin/kind"

0 commit comments

Comments
 (0)