Skip to content

ci: Split fuzzing out of the PR testing#7029

Merged
cdecker merged 1 commit intomasterfrom
202404-split-fuzz-ci
Feb 1, 2024
Merged

ci: Split fuzzing out of the PR testing#7029
cdecker merged 1 commit intomasterfrom
202404-split-fuzz-ci

Conversation

@cdecker
Copy link
Member

@cdecker cdecker commented Feb 1, 2024

Fuzz testing as a side-quest while verifying the correctness of a PR is strange. Lets not do that.

@cdecker cdecker enabled auto-merge (rebase) February 1, 2024 16:59
Tacking the fuzz testing onto the PR testing not a good idea. It
causes completely unrelated tests to fail, and doesn't guarantee it
will find newly introduced ones. Running daily is likely better.

Changelog-None No user visible change
@cdecker cdecker force-pushed the 202404-split-fuzz-ci branch from d3f6245 to 558463b Compare February 1, 2024 17:52
Copy link
Contributor

@morehouse morehouse left a comment

Choose a reason for hiding this comment

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

This is for regression testing, not a "side quest". If a new PR breaks a fuzzing regression test, it's better to fix before merging.

@cdecker cdecker merged commit 6bf97ac into master Feb 1, 2024
@cdecker cdecker deleted the 202404-split-fuzz-ci branch February 1, 2024 18:46
@morehouse
Copy link
Contributor

NACK, for the record...

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