Generating dummy firmware for images that are not only built, but also runtime tested doesn't make sense. Either the firmware is required for proper operation (which isn't the case for any platform we currently test) or it isn't, in which case enabling it could hide errors during build. The added benefit here is that we now test e.g. multi_v8_defconfig the same way that a user with a new checkout would: Using the defconfig and without any generated firmware. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- .github/workflows/test-labgrid-pytest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml index 514122ebf886..6eb38cc03e6b 100644 --- a/.github/workflows/test-labgrid-pytest.yml +++ b/.github/workflows/test-labgrid-pytest.yml @@ -55,8 +55,6 @@ jobs: run: | export ARCH=${{matrix.arch}} - ./test/generate-dummy-fw.sh - ./MAKEALL -O build-${{matrix.arch}} -k test/kconfig/enable_self_test.kconf \ -k test/kconfig/disable_target_tools.kconf ${{matrix.defconfig}} -- 2.39.2