[PATCH 5/7] ci: pytest: test sandbox configuration with labgrid
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Aug 13 00:01:59 PDT 2024
Now that we updated to a Labgrid version that can test sandbox barebox
and changed our environment YAML to use it, let's test this in CI.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
v1 -> v2:
- no change
---
.github/workflows/test-labgrid-pytest.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index 2e038e371f1e..70bc570f005b 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -47,6 +47,10 @@ jobs:
lgenv: 'test/riscv/qemu-virt64 at rv64i_defconfig.yaml'
defconfig: rv64i_defconfig
+ - ARCH: sandbox
+ lgenv: 'test/sandbox/sandbox_defconfig.yaml'
+ defconfig: sandbox_defconfig
+
steps:
- name: Checkout code
uses: actions/checkout at v4
@@ -68,7 +72,7 @@ jobs:
export KBUILD_OUTPUT=build-${{matrix.arch}}
for i in ${{matrix.lgenv}}; do
- grep -wqe QEMUDriver: "$i" || continue
+ grep -wq '\(QEMUDriver\|ExternalConsoleDriver\): "$i" || continue
cfg=$(basename $i .yaml)
echo "Testing $cfg"
--
2.39.2
More information about the barebox
mailing list