Skip to content

Conversation

@Macrofig
Copy link

Blobless checkout reduces how much data the clone action pulls

Blobless checkout reduces how much data the clone action pulls
@Macrofig Macrofig requested review from a team and Copilot October 27, 2025 18:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR optimizes CI/CD pipeline performance by switching from default checkout to blobless checkout across all CircleCI jobs. Blobless checkout reduces data transfer during the clone operation by fetching only necessary git objects without downloading all blob data, improving checkout speed while maintaining full repository functionality.

Key changes:

  • Updated all checkout steps in CircleCI configuration to use blobless method
  • Applied consistently across 6 different jobs (build, code_quality, unit_tests, integration_tests, deploy_plugin, create_release)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants