]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib/build-perf-test-wrapper.sh: Improve interaction with autobuilder...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2019 11:51:34 +0000 (11:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2019 11:54:31 +0000 (11:54 +0000)
commit1de5fbd484e6a747ae6419ccc89d8c2911b9706b
tree1235148f63b2c511edc7f1a317c2a6d6698c0298
parentce74a98de64324c702eb2b6e2c216c9011c1542b
scripts/contrib/build-perf-test-wrapper.sh: Improve interaction with autobuilder automation

This tweaks the script to:

* Ensure directories exist and can be written to
* Allow the downloads directory to be specified
* Error early if the phantomjs or optipng dependencies are not installed
* Allow the location of the globalres.log file to be specified

This means that the main build directory can be destroyed and any state
from the script is stored elsewhere allowing it to be triggered
automatically from the autobuilder infrastructure.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/build-perf-test-wrapper.sh