summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-04-26 09:00:36 +0200
committerGitHub <noreply@github.com>2023-04-26 09:00:36 +0200
commit012a23fbaadbdd3f95199d301fc1f8f8f9e42186 (patch)
treee715f0541239ddb505d273c62e918a824f35298b /packages/linux-kernel/Jenkinsfile
parentbd9b3b3f6e7f6ca54c3c41065ec82f545adc73ae (diff)
parent8f78333e6dcfe04a1a5f518d325e15dc1f92c4a4 (diff)
downloadvyos-build-012a23fbaadbdd3f95199d301fc1f8f8f9e42186.tar.gz
vyos-build-012a23fbaadbdd3f95199d301fc1f8f8f9e42186.zip
Merge pull request #340 from zdc/T5182-equuleus
ice: T5182: added build task for Intel ICE driver
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 75fb99fb..d7b6d36d 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -236,6 +236,22 @@ pipeline {
}
}
}
+ stage('Intel ICE driver') {
+ when {
+ beforeOptions true
+ beforeAgent true
+ anyOf {
+ changeset pattern: "**/packages/linux-kernel/*"
+ changeset pattern: "**/data/defaults.json"
+ triggeredBy cause: "UserIdCause"
+ }
+ }
+ steps {
+ dir(env.BASE_DIR) {
+ sh "./build-intel-ice.py"
+ }
+ }
+ }
}
}
// This stage should not be run in the parallel section as it will call "make"