Skip to content
Snippets Groups Projects
Commit 7c7b511c authored by Sebastian Fricke's avatar Sebastian Fricke
Browse files

Enable media

parent 51ba9619
No related branches found
No related tags found
No related merge requests found
Pipeline #86902 waiting for manual action
......@@ -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 ..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment