Skip to content

Commit

Permalink
try using hack wait for pods (#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Jan 14, 2021
1 parent d74dc25 commit 6d76c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ jobs:
- name: Wait for things to be up
run: |
kubectl -v 9 wait pod --for=condition=Ready -n ${SYSTEM_NAMESPACE} -l '!job-name'
set -e
source ./vendor/knative.dev/hack/infra-library.sh
wait_until_pods_running ${SYSTEM_NAMESPACE}
- name: Run e2e Tests
run: |
Expand Down

0 comments on commit 6d76c44

Please sign in to comment.