On Wed, 2024-06-26 at 10:41 +0100, Peter Hoyes via lists.openembedded.org wrote: > It does not always make sense to collect artifacts and data from the > target on failure, e.g. if testing firmware or if the target is not > running an SSH server. > > Introduce the variable TESTIMAGE_RUN_FAILURE_POST_ACTIONS, which > defaults to "1". If this variable is not true, skip the failed test post > actions. > > Signed-off-by: Peter Hoyes <[email protected]> > --- > meta/classes-recipe/testimage.bbclass | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-)
Is there a reason you can't just set TESTIMAGE_FAILED_QA ARTIFACTS = "" ? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201200): https://lists.openembedded.org/g/openembedded-core/message/201200 Mute This Topic: https://lists.openembedded.org/mt/106886598/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
