diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a53d72f..8fc6618 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -589,7 +589,7 @@ soname: # runs the test suite only - /app/boot2container -qemu:meson: +b2c:meson: stage: VM extends: - .fdo.distribution-image@fedora @@ -598,9 +598,9 @@ qemu:meson: needs: - "fedora:43@container-prep" -qemu:meson:valgrind: +b2c:meson:valgrind: extends: - - qemu:meson + - b2c:meson variables: MESON_TEST_ARGS: '--setup=valgrind' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index e2b7540..9aa126b 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -418,7 +418,7 @@ soname: {% for distro in distributions if distro.use_for_qemu_tests %} {% set version = "{}".format(distro.versions|last()) %} -qemu:meson: +b2c:meson: stage: VM extends: - .fdo.distribution-image@{{distro.name}} @@ -427,9 +427,9 @@ qemu:meson: needs: - "{{distro.name}}:{{version}}@container-prep" -qemu:meson:valgrind: +b2c:meson:valgrind: extends: - - qemu:meson + - b2c:meson variables: MESON_TEST_ARGS: '--setup=valgrind'