zuul/releasenotes/notes/allow-unzoned-dd1ed12dbd870d00.yaml
Tobias Henkel 171dfa36a6 Optionally allow zoned executors to process unzoned jobs
When running a deployment using the zone feature it can be troublesome
to run nodeless jobs. The reason for this is that zoned executors
don't run jobs that have no zone at all. This can be solved by either
running an additional set of unzoned executors or with this change
allow some executors also to process unzoned jobs. As running
additional unzoned executors just for nodeless jobs can increase
operations overhead this optional setting can be very useful for those
setups.

Change-Id: I9c025cdbe17a55f47f0cbd97b8b593727fc97e2d
2021-03-02 07:29:30 -08:00

7 lines
187 B
YAML

---
features:
- |
Executors configured with :attr:`executor.zone` now can also be configured
to also process jobs without a zone by enabling
:attr:`executor.allow_unzoned`.