From: Peter Hutterer Date: Fri, 5 Feb 2021 04:51:02 +0000 (+1000) Subject: gitlab CI: rename the VM stage "test-suite" X-Git-Tag: 1.16.902~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51da77f9ea54fc45ab5ec2aa48d64775f6d67c53;p=platform%2Fupstream%2Flibinput.git gitlab CI: rename the VM stage "test-suite" A much more sensible name than "vm" Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821722d3..b1d3efba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,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 @@ -458,7 +458,7 @@ freebsd:11.2@container-clean: extends: - .policy - .fdo.distribution-image@fedora - stage: VM + stage: test-suite tags: - kvm variables: 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: