Adapt pipeline-lib to the latest el9.7 Jenkins file#496
Open
Adapt pipeline-lib to the latest el9.7 Jenkins file#496
Conversation
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
grom72
requested changes
Mar 18, 2026
Contributor
grom72
left a comment
There was a problem hiding this comment.
Use https://github.com/daos-stack/daos/blob/master/Jenkinsfile as reference.
vars/skipStage.groovy
Outdated
| @@ -354,7 +353,6 @@ boolean call(Map config = [:]) { | |||
| case 'NLT on EL 8': | |||
| case 'NLT on EL 8.8': | |||
| case 'NLT on EL 9': | |||
Contributor
There was a problem hiding this comment.
Suggested change
| case 'NLT on EL 9': |
vars/skipStage.groovy
Outdated
| @@ -370,9 +368,7 @@ boolean call(Map config = [:]) { | |||
| case 'Unit Test with memcheck on EL 8': | |||
| case 'Unit Test with memcheck on EL 8.8': | |||
| case 'Unit Test with memcheck on EL 9': | |||
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Unit Test with memcheck on EL 9': |
vars/skipStage.groovy
Outdated
| case 'Unit Test with memcheck on EL 8.8': | ||
| case 'Unit Test with memcheck on EL 9': | ||
| case 'Unit Test with memcheck on EL 9.7': | ||
| case 'Unit Test bdev with memcheck on EL 9': |
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Unit Test bdev with memcheck on EL 9': | |
| case 'Unit Test bdev with memcheck': |
vars/skipStage.groovy
Outdated
| @@ -384,9 +380,7 @@ boolean call(Map config = [:]) { | |||
| case 'Unit Test bdev on EL 8': | |||
| case 'Unit Test bdev on EL 8.8': | |||
| case 'Unit Test on EL 9': | |||
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Unit Test on EL 9': |
vars/skipStage.groovy
Outdated
| case 'Unit Test bdev on EL 8.8': | ||
| case 'Unit Test on EL 9': | ||
| case 'Unit Test on EL 9.7': | ||
| case 'Unit Test bdev on EL 9': |
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Unit Test bdev on EL 9': | |
| case 'Unit Test bdev': |
vars/skipStage.groovy
Outdated
| @@ -426,14 +420,12 @@ boolean call(Map config = [:]) { | |||
| case 'Functional on EL 8.8 with Valgrind': | |||
| return skip_ftest_valgrind('el8', target_branch, tags) | |||
| case 'Functional on EL 9 with Valgrind': | |||
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Functional on EL 9 with Valgrind': |
vars/skipStage.groovy
Outdated
| return skip_ftest_valgrind('el8', target_branch, tags) | ||
| case 'Functional on EL 9 with Valgrind': | ||
| case 'Functional on EL 9.7 with Valgrind': | ||
| return skip_ftest_valgrind('el9', target_branch, tags) |
Contributor
There was a problem hiding this comment.
Suggested change
| return skip_ftest_valgrind('el9', target_branch, tags) |
vars/skipStage.groovy
Outdated
| @@ -456,7 +448,6 @@ boolean call(Map config = [:]) { | |||
| skip_stage_pragma('func-test-vm') || | |||
| stageAlreadyPassed() | |||
| case 'Fault injection testing on EL 9': | |||
Contributor
There was a problem hiding this comment.
Suggested change
| case 'Fault injection testing on EL 9': | |
| case 'Fault injection testing': |
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
grom72
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.