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

Add partial checkout support to build CI step #26166

Closed
pakrym opened this issue Jan 5, 2022 · 3 comments
Closed

Add partial checkout support to build CI step #26166

pakrym opened this issue Jan 5, 2022 · 3 comments
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Comments

@pakrym
Copy link
Contributor

pakrym commented Jan 5, 2022

I've switched all other CI steps to partial checkout with session record filtering with great results (5x checkout time improvement).

The build step is the last major one left. It's blocked by the lack of sparse checkout repo support in SourceLink (dotnet/sourcelink#771). SourceLink is a tool we use to embed source control information (repository/commit/etc.) into resulting DLLs to help debugging.

I have a fix for SourceLink in dotnet/sourcelink#772

I was able to get sparse checkout working in all steps except build because those don't produce DLLs that we ship to customers and disabling SourceLink won't affect anyone (https://github.com/Azure/azure-sdk-for-net/search?q=EnableSourceLink&type=).

@pakrym pakrym added the EngSys This issue is impacting the engineering system. label Jan 5, 2022
@pakrym
Copy link
Contributor Author

pakrym commented Jan 5, 2022

PRs that added support to other steps:
#26001
#25983
#26001

@hallipr hallipr added the Central-EngSys This issue is owned by the Engineering System team. label May 22, 2023
Copy link

github-actions bot commented Mar 4, 2024

Hi @pakrym, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

1 similar comment
Copy link

github-actions bot commented Apr 3, 2024

Hi @pakrym, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
Development

No branches or pull requests

2 participants