Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenrajmani committed Sep 30, 2024
1 parent cbd8f52 commit 5160408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
envsubst < functests/base/kustomize-template.yaml > functests/base/kustomization.yaml
cat functests/base/kustomization.yaml
- name: Run tests
run: |
functests/run-tests.sh
- name: Run kustomize tests
run: |
functests/run-tests-kustomize.sh
- name: Run tests
run: |
functests/run-tests.sh
- name: Run migration tests with DirectCSI v3.2.2
run: |
sudo rm -fr /var/lib/directpv
Expand Down
2 changes: 1 addition & 1 deletion functests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function uninstall_directpv_kustomize() {
echo "* Uninstalling DirectPV via kustomize"

# delete hangs sometimes even after the resources are deleted
timeout 10s kubectl delete -k base/
timeout 15s kubectl delete -k base/

pending="$2"
while [[ $pending -gt 0 ]]; do
Expand Down

0 comments on commit 5160408

Please sign in to comment.