diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-04-26 09:00:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 09:00:36 +0200 |
| commit | 012a23fbaadbdd3f95199d301fc1f8f8f9e42186 (patch) | |
| tree | e715f0541239ddb505d273c62e918a824f35298b /packages/linux-kernel/Jenkinsfile | |
| parent | bd9b3b3f6e7f6ca54c3c41065ec82f545adc73ae (diff) | |
| parent | 8f78333e6dcfe04a1a5f518d325e15dc1f92c4a4 (diff) | |
| download | vyos-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/Jenkinsfile | 16 |
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" |
