From b5970d5b49a7b97079407c9d0aa1fc236b6de3c9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 9 May 2018 17:20:44 +0100 Subject: [PATCH] builders: Drop bitbake-selftest as moved into the helper Signed-off-by: Richard Purdie --- TODO | 1 + builders.py | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) 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?