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