]
Barak Korren updated OVIRT-1774:
--------------------------------
Epic Link: (was: OVIRT-400)
Upstream source collector can fail to push on multi-branch projects
-------------------------------------------------------------------
Key: OVIRT-1774
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1774
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: pusher.py
Reporter: Barak Korren
Assignee: infra
Labels: poll-upstream-sources, upstream-source-collector
When the upstream source collection code looks for similar patches in order to avoid
pushing a new patch, it lookes for patches that contain the same change to the
'{{upstream-sources.yaml}}' file, regardless of the branch they may belong to.
The code currently ignores the possibility that similar changes might be required for
different branches, in which case different patches may need to be pushed.
The way of detecting similar patches should be changed so that either the branch name is
included in the checksum that are used to identify a patch, or the query is limited to
patches of the branch being handled.