]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqueue: Ensure worker failure is accounted for in task statistics
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:35:12 +0000 (10:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 09:35:12 +0000 (10:35 +0100)
commit0e9a2ff96d138641501874a1cd7aa6cc7e94d727
treea941d94baed1136aee014bddebc4a9a1e1316b91
parent4bcf77589312d9936340d8c308006c2fc9baf67c
runqueue: Ensure worker failure is accounted for in task statistics

If the worker fails to launch, ensure the task is shown as failed rather
than a confusing "all succeeded" message.

Patch from Juro Bystricky

[YOCTO #10335]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/runqueue.py