Add release note for bug fix to test correct commit

This relnote is for 061c10505b

Change-Id: Iced25ab95c7311030436a1443a38fec22029942a
This commit is contained in:
Clark Boylan
2019-08-29 07:59:32 -07:00
parent 50a0f736a3
commit f81b54e426

View File

@@ -0,0 +1,12 @@
---
fixes:
- |
Under specific conditions Zuul could fail to properly update git
repos causing it to fall back to testing master. If jobs were
meant to run against commits other than current master this lead
to testing the wrong commit. Zuul now correctly updates repos and
should test the correct commit in all cases.
Specifically this could happen if a new branch was created off a
commit in an existing branch. Then the first proposed change to
this new branch would be tested against master instead.