From 7c7b511c963ade343c6cf47c11f00a2d7ffb3197 Mon Sep 17 00:00:00 2001
From: Sebastian Fricke <sebastian.fricke@collabora.com>
Date: Tue, 27 Feb 2024 16:44:18 +0100
Subject: [PATCH] Enable media

---
 ci/gitlab-ci/yml/scenarios/media.yml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/ci/gitlab-ci/yml/scenarios/media.yml b/ci/gitlab-ci/yml/scenarios/media.yml
index 66456600a9dd3..54238f72a430e 100644
--- a/ci/gitlab-ci/yml/scenarios/media.yml
+++ b/ci/gitlab-ci/yml/scenarios/media.yml
@@ -5,17 +5,17 @@
 # Write here specific configurations and extensions for the given scenario
 
 # Example - overwrite kernel combinations in the pipeline
-# .kernel-combinations:
-#   parallel:
-#     matrix:
-#       - KCI_KERNEL_ARCH: "x86_64"
-#         KCI_DEFCONFIG: "path/to/my/config/file_config"
-#         KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
-#
-#       - KCI_KERNEL_ARCH: "arm64"
-#         KCI_DEFCONFIG: "path/to/my/config/file_config"
-#         KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
-#
-#       - KCI_KERNEL_ARCH: "arm"
-#         KCI_DEFCONFIG: "path/to/my/config/file_config"
-#         KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
\ No newline at end of file
+.kernel-combinations:
+  parallel:
+    matrix:
+      - KCI_KERNEL_ARCH: "x86_64"
+        KCI_DEFCONFIG: "path/to/my/config/file_config"
+        KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
+
+      - KCI_KERNEL_ARCH: "arm64"
+        KCI_DEFCONFIG: "path/to/my/config/file_config"
+        KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
+
+      - KCI_KERNEL_ARCH: "arm"
+        KCI_DEFCONFIG: "path/to/my/config/file_config"
+        KCI_ENABLE_KCONFIGS: "CONFIG1 CONFIG2 CONFIG3 ..."
-- 
GitLab