Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FMC Software Support
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
FMC Software Support
Commits
f822c365
Commit
f822c365
authored
1 year ago
by
Vaibhav Gupta
Browse files
Options
Downloads
Patches
Plain Diff
CI/CD: Use evergreen templates to build against various kernels
Signed-off-by:
Vaibhav Gupta
<
vaibhav.gupta@cern.ch
>
parent
e543eae8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#4820
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-19
5 additions, 19 deletions
.gitlab-ci.yml
with
5 additions
and
19 deletions
.gitlab-ci.yml
+
5
−
19
View file @
f822c365
...
...
@@ -36,24 +36,10 @@ documentation:
paths
:
-
$EDL_CI_EOS_OUTPUT_DIR
build-centos-
7
:
stage
:
build
kernel_build_cc
7
:
extends
:
.kernel_
build
_cc7
variables
:
KERNELSRC
:
/usr/src/kernels/*/
image
:
name
:
gitlab-registry.cern.ch/coht/common-containers/build-centos-7:latest
script
:
-
make modules
EDL_CI_KBUILD_PATHS
:
drivers/fmc
build-kernel
:
stage
:
build
allow_failure
:
true
image
:
name
:
gitlab-registry.cern.ch/coht/common-containers/build-kernel:latest
parallel
:
matrix
:
-
VERSION
:
[
5.10.149
,
5.15.74
]
script
:
-
source /linux-versions.sh
-
fetch $VERSION && prepare $VERSION && export LINUX=$(linux $VERSION) && export KERNELSRC=$(linux $VERSION)
-
make modules
kernel_build_validation
:
extends
:
.kernel_build_validation
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment