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

Turn off git auto gc for sparse-checkout #6333

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

JimSuplizio
Copy link
Member

@JimSuplizio JimSuplizio commented Jun 13, 2023

@benbp I've tested this change in my throwaway Java release branch. The placement of the call was specifically after the clone command which is the command that first creates the git directory.

The pipeline run I'd done also removed the interim call I'd added to Java's release yml to ensure everything worked.

Fixes #6294

@JimSuplizio JimSuplizio added the Central-EngSys This issue is owned by the Engineering System team. label Jun 13, 2023
@JimSuplizio JimSuplizio self-assigned this Jun 13, 2023
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

azure-sdk added a commit to Azure/azure-sdk-for-js that referenced this pull request Jun 13, 2023
@JimSuplizio JimSuplizio merged commit 0ecb2cd into Azure:main Jun 13, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

Add git config gc.auto 0 to sparse-checkout.yml
3 participants