Commit 6a38847c authored by Federico Vaga's avatar Federico Vaga

ci: use kernel validation job from common ci

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 874cb661
......@@ -45,20 +45,9 @@ build-centos-7:
script:
- make -C software
build-kernel:
stage: build
allow_failure: true
variables:
CONFIG_FPGA_MGR_BACKPORT: n
image:
name: gitlab-registry.cern.ch/coht/common-containers/build-kernel:latest
parallel:
matrix:
- VERSION: [5.10.149, 5.15.74]
kernel_build_validation:
extends: .kernel_build_validation
before_script:
- export CONFIG_FPGA_MGR_BACKPORT=n
- *script_fetch_kernel_dep
script:
- source /linux-versions.sh
- fetch $VERSION && prepare $VERSION && export KERNELSRC=$(linux $VERSION)
- *script_build_kernel_dep
- make -C software/kernel all
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment