Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
longhorn/longhorn#9955

Signed-off-by: Roger Yao <[email protected]>
  • Loading branch information
roger-ryao committed Dec 13, 2024
1 parent 0646ae6 commit 0088559
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pipelines/utilities/install_backupstores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions test_framework/scripts/longhorn-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand All @@ -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
Expand Down

0 comments on commit 0088559

Please sign in to comment.