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

Sparse checkout errors sporadically in CI #7932

Closed
m-nash opened this issue Mar 21, 2024 · 4 comments
Closed

Sparse checkout errors sporadically in CI #7932

m-nash opened this issue Mar 21, 2024 · 4 comments
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team.

Comments

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 21, 2024
@benbp
Copy link
Member

benbp commented Mar 27, 2024

We've been seeing these github timeouts lately, they seem to be concentrated on mac agents.

Error for posterity:

git -c advice.detachedHead=false checkout f46af6905e9370aed03578e6fc4ec76249c8a64d --
fatal: unable to access 'https://github.com/Azure/azure-sdk-for-net/': Recv failure: Operation timed out
fatal: could not fetch fbfa86eb878a414caeb5e0ab7d1020d13ea5a9e4 from promisor remote

##[error]PowerShell exited with code '1'.

@kurtzeborn kurtzeborn added Central-EngSys This issue is owned by the Engineering System team. and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Apr 1, 2024
@kurtzeborn kurtzeborn moved this from 🤔 Triage to 📋 Backlog in Azure SDK EngSys 🤖🧠 Apr 1, 2024
@danieljurek
Copy link
Member

Mac hosted agents aren't hosted in Azure Datacenters. They're hosted in GitHub datacenters. This means that these agents could be impacted by a combination of factors including both Azure and GitHub connectivity.

Since these issues relate to network connectivity and don't directly test SDK/product functionality, I think a reasonable thing to do here would be to detect these kinds of failures (either by checking exit codes or the outputs) and re-trying, after a delay, on failures that could be transient.

@benbp
Copy link
Member

benbp commented Apr 3, 2024

@danieljurek #8019

@weshaggard
Copy link
Member

Closing as #8019 added retries which seem to have helped with this.

@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🎊 Closed in Azure SDK EngSys 🤖🧠 Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Archived in project
Development

No branches or pull requests

5 participants