From c2642eb21a157583d28365e0bbb81364bbeba0d6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 21 Jun 2021 22:15:18 +0100 Subject: [PATCH] CI: no-test jobs don't need KVM We only need KVM for testing. Signed-off-by: Daniel Stone --- .gitlab-ci.yml | 2 -- 1 file changed, 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} ..