From patchwork Thu Nov 23 15:12:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Lussier-Cullen X-Patchwork-Id: 808 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B909C5AD4C for ; Thu, 23 Nov 2023 15:12:28 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web11.93258.1700752342496112778 for ; Thu, 23 Nov 2023 07:12:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=GfgilGb9; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alexander.lussier-cullen@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id B46A99C3506 for ; Thu, 23 Nov 2023 10:12:21 -0500 (EST) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id JBtFT70TRoRd; Thu, 23 Nov 2023 10:12:21 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 4EDB69C352F; Thu, 23 Nov 2023 10:12:21 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 4EDB69C352F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1700752341; bh=S/yvt+Zw6RiIMqDEpsfi9IwqnIkadPnuuf/b1n54u4Q=; h=From:To:Date:Message-Id:MIME-Version; b=GfgilGb9ihS3l9wbK/PSXxAV/+CTSygLPDdxkgdS13IU+jujL2UdF1JBTVVCyXrpV LQSOpiYVFbICqafpItpfnEWDzcfUWKpEzTierIaZbxLcevvI0CV/DVR1mNFIl2PhFd oH2wX1gqPr4yYvfOEz2dXj+O358t74K4+gGHVtqYaWiQukU5p87cg3/e1a6GfcJBh8 SEiIzrlcQMv7dMIALFoGu2/OL/OqYBwonvwV8VtO/CIQ6DH2RVNX1ZiFdrut3YoGPz tiVXJliuuuQn6G24GH35iGnc3EVIkCGjk/LOkzJDeUoO4mGbXtxbHEJnJV6f0GJ136 xgQHOpMuffulw== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id z1OZ7zsb-GpU; Thu, 23 Nov 2023 10:12:21 -0500 (EST) Received: from alex-GA-78LMT-USB3.home (bras-base-mtrlpq427kw-grc-24-184-147-255-35.dsl.bell.ca [184.147.255.35]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id 3297F9C3310; Thu, 23 Nov 2023 10:12:21 -0500 (EST) From: Alexander Lussier-Cullen To: toaster@lists.yoctoproject.org Cc: Alexander Lussier-Cullen Subject: [PATCH 0/2] Toaster test improvements for autobuilder Date: Thu, 23 Nov 2023 10:12:13 -0500 Message-Id: <20231123151215.4390-1-alexander.lussier-cullen@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 23 Nov 2023 15:12:28 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/6022 Changes to toaster tests to allow for faster builds and to avoid usage of the root level /tmp directory. Intended to improve test execution on the autobuilder. Alexander Lussier-Cullen (2): Toaster: tests: add passthroughs for relevant build environment variables Toaster: make django temp directory configurable bitbake/lib/toaster/tests/builds/buildtest.py | 9 +++++++++ bitbake/lib/toaster/toastermain/settings.py | 7 ++++--- bitbake/lib/toaster/toastermain/settings_test.py | 4 ++-- bitbake/lib/toaster/tox.ini | 4 ++++ 4 files changed, 19 insertions(+), 5 deletions(-)