X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=inline;f=releasenotes%2Fnotes%2Fpython-merge-gerrit-choosing-strategy-4d9c631e8f0c535b.yaml;fp=releasenotes%2Fnotes%2Fpython-merge-gerrit-choosing-strategy-4d9c631e8f0c535b.yaml;h=b436d9881eb29e2123d5b19b23e5eae1a0da8e7a;hb=6b1b8ed30a5a553965664d84b2a028534e63ee59;hp=0000000000000000000000000000000000000000;hpb=2a60d75d8cf3b772871fd4af3efa907b60622873;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/python-merge-gerrit-choosing-strategy-4d9c631e8f0c535b.yaml b/releasenotes/notes/python-merge-gerrit-choosing-strategy-4d9c631e8f0c535b.yaml new file mode 100644 index 00000000..b436d988 --- /dev/null +++ b/releasenotes/notes/python-merge-gerrit-choosing-strategy-4d9c631e8f0c535b.yaml @@ -0,0 +1,19 @@ +--- +fixes: + - | + Use git choosing strategy default in tox and pypi merge jobs for + gerrit. This makes those jobs consistent with maven and other + merge jobs for gerrit that always build from tip of the target + branch to create artifacts from the latest & greatest code. + Building from tip (not from Gerrit commit/merge point) avoids + confusion about content when changes are merged out of order. + For example, a fix is submitted and merged, but the merge job + fails. In the mean time, a different change that happened + earlier in commit history gets merged (or the merge job is + retriggered), causing a new artifact to be pushed. But that + artifact does not have the expected fix. + + Add comments to release merge jobs why their choosing strategy + is not default. + + Document the git commit choosing strategy for the release merge jobs.