summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-27 23:39:25 +0000
committerGerrit Code Review <review@openstack.org>2022-10-27 23:39:25 +0000
commit3c8d460bf8699a11c2f9d04a355d551b29a9b4a9 (patch)
tree8c02faa220842ee5a0360ab0c33d7d7b4082317e /releasenotes
parent45c04e4c69849ced101c5be53ec325664f59cfca (diff)
parent95097565e6ba8ae00b22740ef8fd831cd6b4da50 (diff)
downloadzuul-3c8d460bf8699a11c2f9d04a355d551b29a9b4a9.tar.gz
Merge "Fix implied branch matchers and override-checkout"8.0.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml b/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml
new file mode 100644
index 000000000..df79162a1
--- /dev/null
+++ b/releasenotes/notes/override-checkout-implied-branches-29fc5b4e6226739b.yaml
@@ -0,0 +1,13 @@
+---
+fixes:
+ - |
+ The use of implied branch matchers in jobs where
+ `override-checkout` was specified could cause some jobs to include
+ unintended variants. Specifically: job variants with implied
+ branch matchers on branches which are substring matches of a
+ branch specified in the `override-checkout` job attribute may have
+ been used when not intended.
+
+ This has been corrected so that the same job variant matching
+ process happens whether the change's branch or the branch
+ specified by override-checkout is used.