Fix: Rename view name to All
[releng/global-jjb.git] / releasenotes / notes / fix-update-cloud-image-34c35922e841dae6.yaml
1 ---
2 fixes:
3   - |
4     Fix update cloud image list job to handle newlines correctly and update
5     an existing gerrit change request.
6
7     A gerrit change submitted through git-review checks for an existing
8     change-id on Gerrit and either updates the patchset or creates a new one.
9     For this to work correctly the change-id should go into the commit footer
10     and not in the GERRIT_COMMIT_MESSAGE. The embedded newlines are not
11     processed correctly in the script and fails to separate the footer and the
12     GERRIT_COMMIT_MESSAGE, instead it creates a new patches everytime rather
13     than updating an existing one.
14
15     The change is tested now existing CR's are updated rather than pushing a
16     new CR everytime.
17
18     https://git.opendaylight.org/gerrit/c/releng/builder/+/89136