CI: remove unused test
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 30 Jul 2021 09:28:41 +0000 (11:28 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 31 Aug 2022 23:39:12 +0000 (09:39 +1000)
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>
.gitlab-ci/ci.template

index 6c16d403d21549a52ad705ee687ccdea8dfc77dc..0bba64aece5987dae0add11c2e09975522f28f2d 100644 (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 %}