From 0088559290f435b8156c8fc5e79545297a4b9a6b Mon Sep 17 00:00:00 2001 From: Roger Yao Date: Fri, 13 Dec 2024 10:06:57 +0800 Subject: [PATCH] fix(ci): typo longhorn/longhorn#9955 Signed-off-by: Roger Yao --- pipelines/utilities/install_backupstores.sh | 4 ++-- test_framework/scripts/longhorn-setup.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/utilities/install_backupstores.sh b/pipelines/utilities/install_backupstores.sh index 3355931f7..0a78e8cb9 100755 --- a/pipelines/utilities/install_backupstores.sh +++ b/pipelines/utilities/install_backupstores.sh @@ -7,10 +7,10 @@ install_backupstores(){ -f ${NFS_BACKUPSTORE_URL} \ -f ${CIFS_BACKUPSTORE_URL} \ -f ${AZURITE_BACKUPSTORE_URL} - setup_azuitize_backup_store + setup_azurite_backup_store } -setup_azuitize_backup_store(){ +setup_azurite_backup_store(){ RETRY=0 MAX_RETRY=60 until (kubectl get pods | grep 'longhorn-test-azblob' | grep 'Running'); do diff --git a/test_framework/scripts/longhorn-setup.sh b/test_framework/scripts/longhorn-setup.sh index 93f6b96f8..f83f85cd9 100755 --- a/test_framework/scripts/longhorn-setup.sh +++ b/test_framework/scripts/longhorn-setup.sh @@ -341,7 +341,7 @@ install_backupstores(){ -f ${NFS_BACKUPSTORE_URL} \ -f ${CIFS_BACKUPSTORE_URL} \ -f ${AZURITE_BACKUPSTORE_URL} - setup_azuitize_backup_store + setup_azurite_backup_store } install_backupstores_from_lh_repo(){ @@ -353,10 +353,10 @@ install_backupstores_from_lh_repo(){ -f ${NFS_BACKUPSTORE_URL} \ -f ${CIFS_BACKUPSTORE_URL} \ -f ${AZURITE_BACKUPSTORE_URL} - setup_azuitize_backup_store + setup_azurite_backup_store } -setup_azuitize_backup_store(){ +setup_azurite_backup_store(){ RETRY=0 MAX_RETRY=60 until (kubectl get pods | grep 'longhorn-test-azblob' | grep 'Running'); do