Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PR check instead of Merge Queue, and check rustdoc #1420

Merged
merged 4 commits into from
Aug 8, 2024
Merged

Use PR check instead of Merge Queue, and check rustdoc #1420

merged 4 commits into from
Aug 8, 2024

Conversation

bluss
Copy link
Member

@bluss bluss commented Aug 8, 2024

We've used Merge Queue well but now I want to try going back to using PR check instead.
The reason is that PR check allows maintainers to choose to integrate PRs using either squash, rebase or merge.

IMO squash should be preferred when the PR is one coherent change. Merge commit or rebase should be used when the PR is well split into different commits.

I find that we want to have both options available, and that's not possible with the merge queue.

@bluss
Copy link
Member Author

bluss commented Aug 8, 2024

I'm wondering what you think @adamreichold - if you have time.

Cross tests are now a lot faster (I reduced the size of matrices tested by a good factor.), so speed should not be a problem.

@bluss bluss changed the title Update CI settings: Use PR check instead of Merge Queue, and check rustdoc Use PR check instead of Merge Queue, and check rustdoc Aug 8, 2024
@bluss
Copy link
Member Author

bluss commented Aug 8, 2024

Apologies for sending a question and then merging, but I'm moving quickly with these changes (when I actually do something). I still want to hear thoughts, even if this is already merged, it's easy to update.

@bluss bluss merged commit 005be01 into master Aug 8, 2024
12 checks passed
@bluss bluss deleted the ci branch August 8, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant