Introduce override for assign_resource_worker_deduplicate_until_executing
What does this MR do and why?
The change introduced behind assign_resource_worker_deduplicate_until_executing
might no longer be needed, see: !155407 (comment 2004152190)
We need to disable this for test projects in production in order to test that it is indeed not necessary.
However, assign_resource_worker_deduplicate_until_executing
is already enabled by default in the YAML and globally enabled on production, and we cannot selectively disable a feature flag by actor. The documentation recommends introducing another override feature flag instead. See: https://docs.gitlab.com/ee/development/feature_flags/controls.html#selectively-disable-by-actor
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.