builders: Drop bitbake-selftest as moved into the helper

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-05-09 17:20:44 +01:00
parent 3c829a15f1
commit b5970d5b49
2 changed files with 1 additions and 7 deletions

1
TODO
View File

@ -5,6 +5,7 @@
# Future # Future
* Add nightly-checkuri
* finish port of wikilog [Joshua] * finish port of wikilog [Joshua]
* implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard] * implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard]
* implement send QA email step (builders.py) * implement send QA email step (builders.py)

View File

@ -245,13 +245,6 @@ factory.addStep(steps.SetPropertyFromCommand(command=util.Interpolate("cd %(prop
haltOnFailure=True, haltOnFailure=True,
name='Set build revision')) name='Set build revision'))
# selftest
factory.addStep(steps.ShellCommand(
command=". ./oe-init-build-env; bitbake-selftest",
workdir=util.Interpolate("%(prop:builddir)s/build")
))
# TODO: trigger buildhistory_nowait - possibly no longer required?
# TODO: send QA mail if a release - compose and pass to sendmail command? # TODO: send QA mail if a release - compose and pass to sendmail command?