Skip to content

Improved remote build log message

Scott Clarke requested to merge scottclarke/remote-build-message into master

Description

Add the element name to the log message which shows that a remote build is ongoing

Before:

[--:--:--][        ][   build:core activity                 ] START   Waiting for the remote build to complete
[--:--:--][        ][   build:core activity                 ] INFO    Action result found in action cache

After:

[--:--:--][3ddd43e0][   build:hello.bst                     ] START   Uploading input root
[00:03:37][3ddd43e0][   build:hello.bst                     ] SUCCESS Uploading input root
[--:--:--][3ddd43e0][   build:hello.bst                     ] START   Waiting for the remote build to complete
[--:--:--][c0887c53][   build:bootstrap/build/coreutils-manpages.bst] INFO    Action result found in action cache

This merge request, when approved, will close: #1336 (closed)


Edited by Scott Clarke

Merge request reports