Skip to content

Commit a8092ac

Browse files
Merge pull request #2342 from Nordix/peppi-lotta/add-ironic26-kustomization-patch
🌱 Debug clusterctl upgrade test failure
2 parents 6a8f669 + 1e36310 commit a8092ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/upgrade_clusterctl_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func preInitFunc(clusterProxy framework.ClusterProxy, bmoRelease string, ironicR
258258
DeploymentNamespace: bmoIronicNamespace,
259259
WaitIntervals: e2eConfig.GetIntervals("default", "wait-deployment"),
260260
})
261-
Expect(err).NotTo(HaveOccurred())
261+
Expect(err).NotTo(HaveOccurred(), "Failed to install Ironic on target cluster %v", err)
262262

263263
// install bmo
264264
By("Install BMO in the target cluster")
@@ -276,7 +276,7 @@ func preInitFunc(clusterProxy framework.ClusterProxy, bmoRelease string, ironicR
276276
DeploymentNamespace: bmoIronicNamespace,
277277
WaitIntervals: e2eConfig.GetIntervals("default", "wait-deployment"),
278278
})
279-
Expect(err).NotTo(HaveOccurred())
279+
Expect(err).NotTo(HaveOccurred(), "Failed to install BMO on target cluster %v", err)
280280

281281
// Export capi/capm3 versions
282282
os.Setenv("CAPI_VERSION", "v1beta1")

0 commit comments

Comments
 (0)