A much more sensible name than "vm"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
- sanity check # CI/commit checks
- prep # prep work like rebuilding the container images if there is a change
- build # for actually building and testing things in a container
- - VM # for running the test suite in a VM
+ - test-suite # for running the test suite in a VM
- valgrind # for running the test suite under valgrind in a VM
- distro # distribs test
- deploy # trigger wayland's website generation
extends:
- .policy
- .fdo.distribution-image@fedora
- stage: VM
+ stage: test-suite
tags:
- kvm
variables:
- sanity check # CI/commit checks
- prep # prep work like rebuilding the container images if there is a change
- build # for actually building and testing things in a container
- - VM # for running the test suite in a VM
+ - test-suite # for running the test suite in a VM
- valgrind # for running the test suite under valgrind in a VM
- distro # distribs test
- deploy # trigger wayland's website generation
extends:
- .policy
- .fdo.distribution-image@fedora
- stage: VM
+ stage: test-suite
tags:
- kvm
variables: