Skip to content

Reduce the chances of testing unrelated batched background migrations

What does this MR do and why?

Changes the criteria for batched background migrations to test, from created after 2 days ago, to created after 3 hours ago. Since the job timeout is also 3 hours, they will have just been scheduled if they were scheduled in the MR currently being tested. This will reduce the occurrence of testing unrelated batched background migrations.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #367940 (closed)

Edited by Matt Kasa

Merge request reports