
This feature instructs Zuul to attempt a second or more node request with a different node configuration (ie, possibly different labels) if the first one fails. It is intended to address the case where a cloud provider is unable to supply specialized high-performance nodes, and the user would like the job to proceed anyway on lower-performance nodes. Change-Id: Idede4244eaa3b21a34c20099214fda6ecdc992df
8 lines
270 B
YAML
8 lines
270 B
YAML
---
|
|
features:
|
|
- |
|
|
Nodesets may now express an ordered list of alternatives so that
|
|
if Nodepool is unable to fulfill a request for certain labels, one
|
|
or more alternative Nodesets may be attempted instead. See
|
|
:attr:`nodeset.alternatives` for details.
|