]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Add autobuilder worker test script
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2018 16:32:17 +0000 (17:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Aug 2018 06:53:09 +0000 (07:53 +0100)
commitc9dd81fe9c88d8d9881686e60c17e6fab4b230f1
tree0c7ed07babcecf51d09b454d9ec69980848a2857
parent711f867b1d036aba04e839e955e0fa9d81d3c794
scripts: Add autobuilder worker test script

Add a script which can be run on new autobuilder workers to check all needed configuration
is present. Designed to be run in a repo where bitbake/oe-core are already present.

This means when we add new autobuilder workers, we can quickly test whether all the needed
funcationality to support the standard yocto project autobuilder (ie. the standard
OE-Core tests) are present.

It uses images prebuilt in a previous release to cut build/testing time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/autobuilder-worker-prereq-tests [new file with mode: 0755]