Commit 868f4206 authored by Vaibhav Gupta's avatar Vaibhav Gupta

CI/CD: Use evergreen's template to build against CC7

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent f3228ca9
...@@ -18,14 +18,10 @@ cppcheck: ...@@ -18,14 +18,10 @@ cppcheck:
script: script:
- make cppcheck - make cppcheck
build-centos-7: kernel_build_cc7:
stage: build extends: .kernel_build_cc7
variables: variables:
KERNELSRC: /usr/src/kernels/*/ EDL_CI_KBUILD_PATHS: drivers/zio
image:
name: gitlab-registry.cern.ch/coht/common-containers/build-centos-7:latest
script:
- make modules
build-kernel: build-kernel:
stage: build stage: build
......
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