Skip to content

Commit

Permalink
ci: Bump lvh-kind ssh-startup-wait-retries
Browse files Browse the repository at this point in the history
Recently, we frequently see the CI failure with lvh-kind startup
failure with exit code 41. This indicates the timeout of the task
waiting for the SSH startup. Bump the timeout (retry) to 600 (10min) as
a workaround.

Fixes: #31336

Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
  • Loading branch information
YutaroHayakawa committed Mar 15, 2024
1 parent 65bbf3f commit a5eafe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/lvh-kind/action.yaml
Expand Up @@ -28,6 +28,7 @@ runs:
mem: 12G
install-dependencies: 'true'
port-forward: '6443:6443'
ssh-startup-wait-retries: 600
cmd: |
git config --global --add safe.directory /host
Expand Down

0 comments on commit a5eafe0

Please sign in to comment.