This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new fb091c040 chore(e2e): wait for platform
fb091c040 is described below
commit fb091c0406e67c0b4b66c70b9dc30039894dc5c5
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Aug 16 10:28:15 2024 +0200
chore(e2e): wait for platform
---
e2e/install/olm/olm_install_test.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/e2e/install/olm/olm_install_test.go
b/e2e/install/olm/olm_install_test.go
index 5f6b6f7d2..08fc25fbe 100644
--- a/e2e/install/olm/olm_install_test.go
+++ b/e2e/install/olm/olm_install_test.go
@@ -76,6 +76,7 @@ func TestOLMInstallation(t *testing.T) {
g.Eventually(OperatorImage(t, ctx, ns),
TestTimeoutShort).Should(Equal(defaults.OperatorImage()))
// Check the IntegrationPlatform has been reconciled after
setting the expected container registry
+ g.Eventually(Platform(t, ctx, ns)).ShouldNot(BeNil())
g.Expect(UpdatePlatform(t, ctx, ns, func(ip
*v1.IntegrationPlatform) {
ip.Spec.Build.Registry.Address = containerRegistry
ip.Spec.Build.Registry.Insecure = true