zuul/releasenotes/notes/test-correct-commit-ea2921c46e03017d.yaml
Clark Boylan f81b54e426 Add release note for bug fix to test correct commit
This relnote is for 061c10505b565adca5e801860a73dd871c76f10d

Change-Id: Iced25ab95c7311030436a1443a38fec22029942a
2019-08-29 07:59:32 -07:00

13 lines
538 B
YAML

---
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.