openstack-resource-controller icon indicating copy to clipboard operation
openstack-resource-controller copied to clipboard

Investigate merge queue

Open mandre opened this issue 10 months ago • 1 comments

As we've already seen, we might end up in a situation where the pre-submit jobs were successful at the time they ran, but merging the PR breaks CI on the main branch. We should investigate merge queues, and adopt them if they ensure that the code is tested against HEAD before merging.

https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#about-merge-queues

mandre avatar Feb 03 '25 13:02 mandre

you might want to look at Mergify then. InstructLab using it as well.

EmilienM avatar Feb 04 '25 17:02 EmilienM

We have now enabled merge-queues. Let's see how it goes.

mandre avatar Jun 20 '25 07:06 mandre