Skip to content
Snippets Groups Projects
Commit 55c45385 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Remove the ci_job_request_with_tags_matcher

parent 7b1eb2a6
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -25,14 +25,12 @@ 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)
# pick builds that does not have other tags than runner's one
builds = builds.matches_tag_ids(runner.tags.ids)
 
# pick builds that have at least one tag
unless runner.run_untagged?
builds = builds.with_any_tags
end
# pick builds that have at least one tag
unless runner.run_untagged?
builds = builds.with_any_tags
end
 
builds.find do |build|
Loading
Loading
---
title: Remove the ci_job_request_with_tags_matcher
merge_request:
author:
type: performance
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment