]> 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>
Mon, 25 Feb 2019 22:25:06 +0000 (22:25 +0000)
commitd6f00d9d89f62e60eaa87abf89477ed7865e2859
treeb35a511f63ca10b481cb7f0b1ed53689fb3d8506
parent19d5bffafb17ea0d5e8060716205cab6ab64f302
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.

(From OE-Core rev: 1de5fbd484e6a747ae6419ccc89d8c2911b9706b)

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