zuul/tests/fixtures/config/data-return
Benoit Bayszczak e49cf4a0e1
Fix node leak when skipping child jobs
Zuul has the possibility to skip child jobs using zuul_return. However
zuul still requests and locks nodes for these skipped jobs and never
returns them. If many jobs are skipped this can lead to a completely
wedged system. The only way to recover from this is to restart the
zuul-scheduler. This can be fixed by filtering out skipped jobs in
findJobsToRequest.

Change-Id: I69f7dd1fe142c5b4d8530407c3bca37fdd976597
Co-Authored-By: Tobias Henkel <tobias.henkel@bmw.de>
2018-12-11 19:42:36 +01:00
..
git Fix node leak when skipping child jobs 2018-12-11 19:42:36 +01:00
main.yaml replace dict.update by a dict merge in zuul_return 2018-09-13 10:30:29 +02:00