You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci_visibility): do not fetch tags while unshallowing git repo [backport 3.17] (#15139)
Backport aeb5df4 from #15133 to 3.17.
## Description
Currently when calling `git fetch` to unshallow a repo, we end up
fetching repo tags, even though we don't need them. This can have a
performance impact in repos with a large number of tags. This PR changes
it to call `git fetch` with `--no-tags`.
## Testing
Unit tests and manual testing.
## Risks
None.
## Additional Notes
None.
Co-authored-by: Vítor De Araújo <[email protected]>
Co-authored-by: Christophe Papazian <[email protected]>
0 commit comments