summaryrefslogtreecommitdiff
path: root/releasenotes/notes/test-correct-commit-ea2921c46e03017d.yaml
blob: aed06232f92a80d84a814a7165bff2cad49053e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.