We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196ea69 commit bce83b6Copy full SHA for bce83b6
test/e2e/e2e_suite_test.go
@@ -48,9 +48,9 @@ const (
48
49
defaultMPIOperatorImage = "mpioperator/mpi-operator:local"
50
defaultKindImage = "kindest/node:v1.31.0"
51
- defaultOpenMPIImage = "mpioperator/mpi-pi:openmpi"
52
- defaultIntelMPIImage = "mpioperator/mpi-pi:intel"
53
- defaultMPICHImage = "mpioperator/mpi-pi:mpich"
+ defaultOpenMPIImage = "mpioperator/mpi-pi:test-openmpi"
+ defaultIntelMPIImage = "mpioperator/mpi-pi:test-intel"
+ defaultMPICHImage = "mpioperator/mpi-pi:test-mpich"
54
rootPath = "../.."
55
kubectlPath = rootPath + "/bin/kubectl"
56
kindPath = rootPath + "/bin/kind"
0 commit comments