zuul/releasenotes/notes/deduplicate-ac171d3206eb43b3.yaml
James E. Blair 959a0b9834 Deduplicate jobs in dependency cycles
This adds support for deduplicating jobs within dependency cycles.

By default, this will happen automatically if we can determine that the
results of two builds would be expected to be identical.  This uses a
heuristic which should almost always be correct; the behavior can be
overidden otherwise.

Change-Id: I890407df822035d52ead3516942fd95e3633094b
2022-05-24 09:35:14 -07:00

7 lines
202 B
YAML

---
features:
- |
If identical jobs are run for multiple changes in a dependency
cycle, Zuul may now deduplicate them under certain circumstances.
See :attr:`job.deduplicate` for details.