You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using actions/checkout@v3 or v4 we experience intermittent failures on workflows cloning submodules. The failures result in following error: unable to access <SUBMODULE REPO URL>: gnutls_handshake() failed: Error in the pull function.#2
Open
Olol123579 opened this issue
Nov 19, 2024
· 0 comments
When using actions/checkout@v3 or v4 we experience intermittent failures on workflows cloning submodules. The failures result in following error: unable to access <SUBMODULE REPO URL>: gnutls_handshake() failed: Error in the pull function.
Re-running the workflows failed steps resolves the issues every time we've tried it. This PR adds the same retry logic that is used with the normal fetch flow used by the actions/checkout action. I have verified this change resolves the intermittent failures and passes the format-check, lint, and test steps described in the test.yml workflow.
When using actions/checkout@v3 or v4 we experience intermittent failures on workflows cloning submodules. The failures result in following error:
unable to access <SUBMODULE REPO URL>: gnutls_handshake() failed: Error in the pull function.
Our environment is primarily self hosted runners using the action_controller_runner,
Re-running the workflows failed steps resolves the issues every time we've tried it. This PR adds the same retry logic that is used with the normal fetch flow used by the actions/checkout action. I have verified this change resolves the intermittent failures and passes the format-check, lint, and test steps described in the test.yml workflow.
Ursprünglich gepostet von @allenb-epilog in actions/checkout#1636
The text was updated successfully, but these errors were encountered: