CI: remove unused test

I am pretty sure this one guard is a leftover from a previous version.
That is because use_for_custom_build_tests is true when
use_for_qemu_tests is, so probably a useless test here.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
This commit is contained in:
Benjamin Tissoires 2021-07-30 11:28:41 +02:00 committed by Peter Hutterer
parent 553092ea93
commit bafffb7ecb

View file

@ -372,7 +372,6 @@ check-commit:
{# qemu tests are only done for the latest version of any distribution #}
{% for distro in distributions if distro.use_for_qemu_tests %}
{% set version = "{}".format(distro.versions|last()) %}
{% if distro.use_for_custom_build_tests %}
.{{distro.name}}:{{version}}@test-suite-vm:
extends:
- .test-suite-vm
@ -408,7 +407,6 @@ vm-valgrind-{{suite.name}}:
MESON_TEST_ARGS: '--setup=valgrind'
{% endfor %}
{% endif %}
{% endfor %}{# for if distro.use_for_qemu_tests #}
{% for distro in distributions if distro.use_for_custom_build_tests %}