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

ci: fix mergify config and prevent spurious test failures #145

Merged
merged 2 commits into from
Jun 10, 2022

Conversation

grondo
Copy link
Member

@grondo grondo commented Jun 10, 2022

This PR fixes a couple potential CI issues:

Problem: Mergify.io has deprecated the strict merge mode action:

  https://blog.mergify.io/strict-mode-deprecation/

Replace the strict mode configuration with a default queue with a
rebase action which should be equivalent.
Problem: The "pretend known breakage" and "fixed known breakage"
tests will fail if the test emits anything on stderr. This might cause
unnecessary test failures if some debug is emitted on pdsh stderr.

Remove the test for empty stderr for these tests.
Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this needs a manual merge?

@grondo
Copy link
Member Author

grondo commented Jun 10, 2022

Yes, please (b/c mergify config was modified). Thanks!

@garlick garlick merged commit 78f62f9 into chaos:master Jun 10, 2022
@grondo
Copy link
Member Author

grondo commented Jun 10, 2022

Thanks!

@grondo grondo deleted the ci-fixes branch June 10, 2022 17:19
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.

2 participants