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@xxxxxxxxxxxxxx> --- 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@rv64i_defconfig.yaml' defconfig: rv64i_defconfig + - ARCH: sandbox + lgenv: 'test/sandbox/sandbox_defconfig.yaml' + defconfig: sandbox_defconfig + steps: - name: Checkout code uses: actions/checkout@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