summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-06-22 21:54:55 +0000
committerGerrit Code Review <review@openstack.org>2022-06-22 21:54:55 +0000
commit2f2e0ce28ce0275160865a33d76a866bd7f53f03 (patch)
treedf1db95f79aa7bfa353447232b3ced817728df9e /releasenotes
parente7263fffb5a5fc60f7b7e54eaa7a3408280ef811 (diff)
parent9e6bfded5618c9af020e818a430bdf203b29a0e7 (diff)
downloadzuul-2f2e0ce28ce0275160865a33d76a866bd7f53f03.tar.gz
Merge "Add always-dynamic-branches option"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/always-dynamic-dce165ca8b6e212f.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/always-dynamic-dce165ca8b6e212f.yaml b/releasenotes/notes/always-dynamic-dce165ca8b6e212f.yaml
new file mode 100644
index 000000000..0d0fe8226
--- /dev/null
+++ b/releasenotes/notes/always-dynamic-dce165ca8b6e212f.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Added a new
+ :attr:`tenant.untrusted-projects.<project>.always-dynamic-branches`
+ tenant project configuration option. This may be used to specify
+ branches from which Zuul should never load static configuration
+ and instead treat every change as if it newly proposed dynamic
+ configuration. This is potentially useful for large numbers of
+ rarely-used feature branches.