This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.4.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.4.x by this push:
new 4be8a4408 chore(e2e): wait for Platform
4be8a4408 is described below
commit 4be8a440872b16ec92a4d66760e7dfb440ac7766
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Aug 16 10:28:54 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