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

Fix: Avoid Shallow Cloning in PerfTests #896

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

georg-jung
Copy link
Contributor

Avoid shallow cloning in Azure Pipelines for PerfTests. This does not pop up in the main repo because the Pipeline already existed in Azure Pipelines when shallow cloning was introduced for new pipelines. When using the same pipeline definition for a new pipeline, e.g. for testing stuff in a fork, the PerfTests can not run because the build fails due to the shallow clone.

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

Successfully merging this pull request may close these issues.

None yet

2 participants