runner: inform about artifactsdir at the end
ClosedPublic

Authored by kparal on Aug 26 2015, 8:48 AM.

Details

Summary

Originally we informed about artifactsdir at the beginning of the
execution. For tasks with lots of output, it made it very hard to find
the task artifacts after execution was complete. This informes about the
directory at the end of execution as well, so that you can simply look
at the last line.

Test Plan

before:

[libtaskotron] 08:39:41 INFO    Execution finished at: 2015-08-26 08:39:41 UTC

after:

[libtaskotron] 08:43:06 INFO    Execution finished at: 2015-08-26 08:43:06 UTC. Task artifacts were saved in: /var/lib/taskotron/artifacts/20150826_084300_184779

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to runner: inform about artifactsdir at the end.Aug 26 2015, 8:48 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added a reviewer: lbrabec.
lbrabec accepted this revision.Aug 26 2015, 8:53 AM

LGTM

This revision is now accepted and ready to land.Aug 26 2015, 8:53 AM
This revision was automatically updated to reflect the committed changes.