From 7400b02c61e94a85daa34c7bd5ad0c0d63180da6 Mon Sep 17 00:00:00 2001 From: yiraeChristineKim Date: Wed, 22 Jan 2025 16:09:54 -0500 Subject: [PATCH] minimal Signed-off-by: yiraeChristineKim --- build/common/scripts/check_catalog.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/common/scripts/check_catalog.sh b/build/common/scripts/check_catalog.sh index 7220d23d..3ca3f764 100755 --- a/build/common/scripts/check_catalog.sh +++ b/build/common/scripts/check_catalog.sh @@ -1,7 +1,7 @@ #!/bin/bash # Max number of retries -MAX_RETRIES=5 +MAX_RETRIES=7 # Retry counter retry_count=0 @@ -33,7 +33,6 @@ while ! check_and_continue; do kubectl get catalogsource -n olm grc-mock-source -o yaml kubectl get pod -n olm kubectl describe pods -l olm.catalogSource=grc-mock-source -n olm - kubectl get packagemanifest -A echo "${RED}Max retries reached. Exiting.${NC}" exit 1 fi