softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

Patch always requires --force #178

Closed Akrog closed 4 years ago

Akrog commented 4 years ago

When we do rdopkg patch we always end up with an error that tells us we need to force things if we want to proceed because the CI has not validate the patch, even when the CI has set +1.

The actual error is: Patch not validated by CI, use --force to override

This is because we only consider jenkins as the reviewer, even when zuul is our current reviewer.

Akrog commented 4 years ago

Proposed fix: https://softwarefactory-project.io/r/16717