mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
builders: Drop bitbake-selftest as moved into the helper
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3c829a15f1
commit
b5970d5b49
1
TODO
1
TODO
|
@ -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)
|
||||||
|
|
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user