diff --git a/TODO b/TODO index 84a8c39..3a9cc9c 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ # Future + * Add nightly-checkuri * finish port of wikilog [Joshua] * implement buildhistory writeback step in -helper (can then drop from builders.py) [Richard] * implement send QA email step (builders.py) diff --git a/builders.py b/builders.py index 12b1c97..629f108 100644 --- a/builders.py +++ b/builders.py @@ -245,13 +245,6 @@ factory.addStep(steps.SetPropertyFromCommand(command=util.Interpolate("cd %(prop haltOnFailure=True, 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?