-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
backlogIdentified as a backlog item, often combined with low-priority and help-wanted labelsIdentified as a backlog item, often combined with low-priority and help-wanted labelsenhancementNew feature or requestNew feature or request
Description
Describe Request:
The code checkout step of this orb is the vast majority of the build time for this step in our CircleCI workflow. Shallow checkout (ie: using git clone --depth=1
would cut this step's duration by roughly 75% for our monolith codebase
Examples:
I don't know enough about how this orb works to provide code examples, but I may be willing to learn if it's not too involved
Supporting Documentation Links:
Here's our current task that uses this orb:
We use this shallow_checkout
orb (https://circleci.com/developer/orbs/orb/datacamp/shallow-checkout) for the following steps of this build, and it routinely runs the code checkout step in 9-10 seconds, which would be a great benefit to speed up our builds a bit
amake, eli-adept, loicteixeira, wjohnstondrip, gaetanmaisse and 3 more
Metadata
Metadata
Assignees
Labels
backlogIdentified as a backlog item, often combined with low-priority and help-wanted labelsIdentified as a backlog item, often combined with low-priority and help-wanted labelsenhancementNew feature or requestNew feature or request