Skip to content

fix: Remove x-join allowance from BackfillDesiredShardingKey job

What does this MR do and why?

Remove cross-join allowance from BackfillDesiredShardingKey job.

We were too heavy-handed previously when we added this allowance.

This can hide cross-joins issues between gitlab_main and gitlab_ci, instead of the intended checks against gitlab_sec. We should individually allow only those inheriting jobs to track correctly

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.

Edited by Lucas Charles

Merge request reports