mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
gitlab CI: rename the VM stage "test-suite"
A much more sensible name than "vm" Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e51be40905
commit
51da77f9ea
2 changed files with 4 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ stages:
|
||||||
- sanity check # CI/commit checks
|
- sanity check # CI/commit checks
|
||||||
- prep # prep work like rebuilding the container images if there is a change
|
- prep # prep work like rebuilding the container images if there is a change
|
||||||
- build # for actually building and testing things in a container
|
- 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
|
- valgrind # for running the test suite under valgrind in a VM
|
||||||
- distro # distribs test
|
- distro # distribs test
|
||||||
- deploy # trigger wayland's website generation
|
- deploy # trigger wayland's website generation
|
||||||
|
|
@ -458,7 +458,7 @@ freebsd:11.2@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .policy
|
- .policy
|
||||||
- .fdo.distribution-image@fedora
|
- .fdo.distribution-image@fedora
|
||||||
stage: VM
|
stage: test-suite
|
||||||
tags:
|
tags:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ stages:
|
||||||
- sanity check # CI/commit checks
|
- sanity check # CI/commit checks
|
||||||
- prep # prep work like rebuilding the container images if there is a change
|
- prep # prep work like rebuilding the container images if there is a change
|
||||||
- build # for actually building and testing things in a container
|
- 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
|
- valgrind # for running the test suite under valgrind in a VM
|
||||||
- distro # distribs test
|
- distro # distribs test
|
||||||
- deploy # trigger wayland's website generation
|
- deploy # trigger wayland's website generation
|
||||||
|
|
@ -338,7 +338,7 @@ freebsd:11.2@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .policy
|
- .policy
|
||||||
- .fdo.distribution-image@fedora
|
- .fdo.distribution-image@fedora
|
||||||
stage: VM
|
stage: test-suite
|
||||||
tags:
|
tags:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue