Summary: CI votes not forwarded on commit message change Key: OVIRT-1895 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1895 Project: oVirt - virtualization made easy Issue Type: By-EMAIL Reporter: Yedidyah Bar David Assignee: infra
Hi all,
If a change goes through this flow:
Push an update N
CI triggers check-patch for N
Push another update N+1 that changes only commit message
CI marks +1 N
Then we have logic to not trigger CI for N+1 (with the assumption that a change to commit message should not affect the result), but also do not mark +1 N+1, leaving the patch unmarked.
We should either forward the +1, when giving it, to all consecutive future patchsets that only changed the commit message, or give up on the optimization and always trigger CI.
As an example, see:
https://gerrit.ovirt.org/87515
Best regards, — Didi
— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100079)