Commit 55c45385 authored by Kamil Trzciński's avatar Kamil Trzciński

Remove the ci_job_request_with_tags_matcher

parent 7b1eb2a6
......@@ -25,7 +25,6 @@ module Ci
valid = true
if Feature.enabled?('ci_job_request_with_tags_matcher')
# pick builds that does not have other tags than runner's one
builds = builds.matches_tag_ids(runner.tags.ids)
......@@ -33,7 +32,6 @@ module Ci
unless runner.run_untagged?
builds = builds.with_any_tags
end
end
builds.find do |build|
next unless runner.can_pick?(build)
......
---
title: Remove the ci_job_request_with_tags_matcher
merge_request:
author:
type: performance
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