Skip to content

Commit

Permalink
test: Fix flaky tests by really waiting for manager readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
skhalash committed Dec 18, 2024
1 parent 20e668a commit 1bfeafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/template/prepare-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

- name: Wait for manager readiness
shell: bash
run: kubectl -n kyma-system rollout status deployment telemetry-manager --timeout=90s
run: kubectl wait pods -l app.kubernetes.io/instance=telemetry,app.kubernetes.io/name=manager --for=condition=Ready=true --timeout=90s

- name: Print cluster info
shell: bash
Expand Down

0 comments on commit 1bfeafb

Please sign in to comment.