zuul/zuul/manager
James E. Blair fef033b4cd Fix nodeset return on skipped jobs
Change Ideab6eb5794a01d5c2b70cb87d02d61bb3d41cce altered the
node request algorithm so that nodes are not requested unless
the job is ready to run.  Therefore, this stanza which returned
nodesets for skipped jobs would always fail (since skipped jobs
are jobs which were waiting for their parent to be ready to run
and therefore had no nodeset).

This likely contributes to some test instability as it would cause
the main loop to exit with an exception.  While it would restart
and recover, the test may decide it was finished before that could
happen.

Change-Id: I189bd59fa87460a1097fd6c6ebc04f29a89674cd
2017-02-03 14:23:58 -08:00
..
__init__.py Fix nodeset return on skipped jobs 2017-02-03 14:23:58 -08:00
dependent.py Combine shared queues explicitly 2016-08-30 11:19:41 -07:00
independent.py Re-enable test_nonvoting_pipeline 2016-11-09 10:41:31 -05:00