[PATCH] fixup! ci: pytest: run test suite on sandbox allyesconfig

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Mar 27 03:20:37 PDT 2025


Fix defconfig used. Otherwise, we build the wrong defconfig and fail at
uploading files with an already existing name.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 .github/workflows/test-labgrid-pytest.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index c43649e85fec..e1ccac67932f 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -57,7 +57,7 @@ jobs:
 
           - ARCH: sandbox
             lgenv: 'test/sandbox/allyesconfig.yaml'
-            defconfig: sandbox_defconfig
+            defconfig: allyesconfig
 
     steps:
     - name: Checkout code
-- 
2.39.5




More information about the barebox mailing list