mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! ci: pytest: run test suite on sandbox allyesconfig
@ 2025-03-27 10:20 Ahmad Fatoum
  2025-03-27 10:29 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-03-27 10:20 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-27 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-27 10:20 [PATCH] fixup! ci: pytest: run test suite on sandbox allyesconfig Ahmad Fatoum
2025-03-27 10:29 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox