Skip to content

Commit f241144

Browse files
nixpanicmergify[bot]
authored andcommitted
ci: wait up to 5 minutes for the controller pod to become ready
The Kind deploy GitHub Workflow fails on occasion, most likely that happens due to a (too) short defails timeout. Setting the timeout to 5 minutes should make the job more stable. Signed-off-by: Niels de Vos <[email protected]>
1 parent bf228bb commit f241144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/kind-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
wait pods
5050
-l app.kubernetes.io/name=csi-addons
5151
--for=condition=Ready=True
52+
--timeout=5m
5253
5354
- name: Log the status of the failed controller pod
5455
if: ${{ failure() }}

0 commit comments

Comments
 (0)