Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@Olol123579
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant