gitlab CI: rename the VM stage "test-suite"
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 5 Feb 2021 04:51:02 +0000 (14:51 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 11 Feb 2021 02:56:49 +0000 (02:56 +0000)
A much more sensible name than "vm"

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 821722d3c8ce4d562506f8bf0e12b5526d9b7b11..b1d3efba946f599113215e6b215f648a9b695019 100644 (file)
@@ -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:
index 2d6566a2031040453e0c54d32b27a765d3f8734f..923f4f3eaab2465bfa68bee7886b7fcb1a876b69 100644 (file)
@@ -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: