summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2021-06-21 22:15:18 +0100
committerDaniel Stone <daniels@collabora.com>2021-08-03 11:13:23 +0000
commitc2642eb21a157583d28365e0bbb81364bbeba0d6 (patch)
tree4976dcd6cb71f8fe057b7a8ea1fc9d1161c0f365 /.gitlab-ci.yml
parent36ad69e65eada6eef3b1ebca282353c7905c47e8 (diff)
downloadweston-c2642eb21a157583d28365e0bbb81364bbeba0d6.tar.gz
CI: no-test jobs don't need KVM
We only need KVM for testing. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e7f7117..3575d83e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -157,8 +157,6 @@ container_prep:
# Same as above, but without running any tests.
.build-no-test:
extends: .build-env
- tags:
- - kvm
script:
- cd "$BUILDDIR"
- meson --prefix="$PREFIX" ${MESON_OPTIONS} ..