From 215953faf901a72bdb2450adae68a5d2d5aade40 Mon Sep 17 00:00:00 2001 From: Detlev Casanova Date: Fri, 20 Sep 2024 18:19:41 -0400 Subject: [PATCH] ci: Run virtme tests on the fluster docker image The separated docker image to run the fluster tests wasn't used properly. Part-of: --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e27409310d..3d9e44752d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -438,6 +438,15 @@ commitlint: - "trigger" - "fedora amd64 docker" +.build fedora fluster x86_64: + extends: + - '.fedora fluster image' + - '.fdo.suffixed-image@fedora' + - '.build simple' + needs: + - "trigger" + - "fedora amd64 docker fluster" + build fedora gcc: extends: '.build fedora x86_64' variables: @@ -871,8 +880,7 @@ gstreamer-full-minimal static build: # v4l2-stateless-decoders tests fluster v4l2-stateless on visl: extends: - - '.fedora fluster image' - - '.fdo.suffixed-image@fedora' + - '.build fedora fluster x86_64' stage: 'test' variables: BUILD_GST_DEBUG: '-Dgstreamer:gst_debug=false'