Skip to content

Commit

Permalink
Disable Ubuntu, EL9, Leap 15 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 27, 2025
1 parent 39d5348 commit 71615ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ pipeline {
}
}
}
/*
stage('Build RPM on EL 9') {
when {
beforeAgent true
Expand Down Expand Up @@ -558,6 +559,8 @@ pipeline {
}
}
}
*/
/*
stage('Build DEB on Ubuntu 20.04') {
when {
beforeAgent true
Expand Down Expand Up @@ -594,6 +597,7 @@ pipeline {
}
}
}
*/
stage('Build on EL 8') {
when {
beforeAgent true
Expand Down Expand Up @@ -633,6 +637,7 @@ pipeline {
}
}
}
/*
stage('Build on Leap 15.5 with Intel-C and TARGET_PREFIX') {
when {
beforeAgent true
Expand Down Expand Up @@ -670,6 +675,7 @@ pipeline {
}
}
}
*/
}
}
stage('Unit Tests') {
Expand Down

0 comments on commit 71615ef

Please sign in to comment.