From 40559d87b5ece3dcde6fb8f29f777bcde239c32e Mon Sep 17 00:00:00 2001
From: Jeny Sadadia <jeny.sadadia@collabora.com>
Date: Tue, 27 Feb 2024 21:24:54 +0530
Subject: [PATCH] ci-test

Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
---
 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..976ace20a49b4 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 ..."
\ No newline at end of file
-- 
GitLab