
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
7 lines
202 B
YAML
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.
|