From 9a0ffb62a8d265dd6d0b5ed9767f3117404f0d63 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 16 Feb 2026 17:44:17 +1000 Subject: [PATCH] CI: rename the qemu jobs to b2c To avoid some confusion regarding "is this still on the qemu templates?" Part-of: --- .gitlab-ci.yml | 6 +++--- .gitlab-ci/ci.template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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'