Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb')
-rw-r--r--app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb b/app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb
index 953432a9dd3..05cd20a152b 100644
--- a/app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb
+++ b/app/services/ci/pipeline_creation/cancel_redundant_pipelines_service.rb
@@ -105,11 +105,7 @@ module Ci
end
def pipelines_created_after
- if Feature.enabled?(:lower_interval_for_canceling_redundant_pipelines, project)
- 3.days.ago
- else
- 1.week.ago
- end
+ 3.days.ago
end
# Finding the pipelines to cancel is an expensive task that is not well