CI: rename the qemu jobs to b2c

To avoid some confusion regarding "is this still on the qemu templates?"

Part-of: <https://gitlab.freedesktop.org/libevdev/libevdev/-/merge_requests/133>
This commit is contained in:
Peter Hutterer 2026-02-16 17:44:17 +10:00
parent c0e27c94c5
commit 9a0ffb62a8
2 changed files with 6 additions and 6 deletions

View file

@ -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'

View file

@ -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'