diff --git a/ci/gitlab-ci/yml/scenarios/media.yml b/ci/gitlab-ci/yml/scenarios/media.yml index 66456600a9dd309cc924cb3066766f5d1c8f6bcc..54238f72a430edae8d6eb6e478f61919d8a46810 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 ..."