summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-05 14:51:02 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-11 02:56:49 +0000
commit51da77f9ea54fc45ab5ec2aa48d64775f6d67c53 (patch)
treeba29b6f99beb41a2c89c5f6294ba20940ffbe047 /.gitlab-ci
parente51be409059abbae5aa0c037b85456236c19e932 (diff)
downloadlibinput-51da77f9ea54fc45ab5ec2aa48d64775f6d67c53.tar.gz
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 2d6566a2..923f4f3e 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -51,7 +51,7 @@ stages:
- 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
@@ -338,7 +338,7 @@ freebsd:11.2@container-clean:
extends:
- .policy
- .fdo.distribution-image@fedora
- stage: VM
+ stage: test-suite
tags:
- kvm
variables: