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
b041a2c2
Commit
b041a2c2
authored
2 years ago
by
Federico Vaga
Browse files
Options
Downloads
Patches
Plain Diff
ci: test agains a number of kernels
Signed-off-by:
Federico Vaga
<
federico.vaga@cern.ch
>
parent
032b6fcf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-6
22 additions, 6 deletions
.gitlab-ci.yml
with
22 additions
and
6 deletions
.gitlab-ci.yml
+
22
−
6
View file @
b041a2c2
...
@@ -17,12 +17,6 @@ cppcheck:
...
@@ -17,12 +17,6 @@ cppcheck:
script
:
script
:
-
make cppcheck
-
make cppcheck
build
:
stage
:
build
script
:
-
yum install -y kernel-devel
-
KERNELSRC=/usr/src/kernels/*/ make modules
documentation
:
documentation
:
stage
:
build
stage
:
build
image
:
image
:
...
@@ -35,6 +29,28 @@ documentation:
...
@@ -35,6 +29,28 @@ documentation:
paths
:
paths
:
-
$EDL_CI_EOS_OUTPUT_DIR
-
$EDL_CI_EOS_OUTPUT_DIR
build-centos-7
:
stage
:
build
variables
:
KERNELSRC
:
/usr/src/kernels/*/
image
:
name
:
gitlab-registry.cern.ch/coht/common-containers/build-centos-7:latest
script
:
-
make modules
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
build_dkms_rpm
:
build_dkms_rpm
:
stage
:
release
stage
:
release
script
:
script
:
...
...
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