Commit 9c2096bf authored by David Fernandez's avatar David Fernandez

Merge branch '292602-remove-fetch_mirror_check_tags_changed-ff' into 'master'

Remove the fetch_mirror_check_tags_changed feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!54353
parents 38b1120c bf9b818a
---
title: Improve pull mirroring performance
merge_request: 54353
author:
type: performance
......@@ -33,7 +33,7 @@ module Projects
checksum_before = project.repository.checksum
update_tags do
project.fetch_mirror(forced: true, check_tags_changed: Feature.enabled?(:fetch_mirror_check_tags_changed, project))
project.fetch_mirror(forced: true, check_tags_changed: true)
end
update_branches
......
---
name: fetch_mirror_check_tags_changed
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49629
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/292602
milestone: '13.8'
type: development
group: group::source code
default_enabled: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment