Skip to content

Commit

Permalink
DAOS-16716 ci: Set reference build for PRs (#15379)
Browse files Browse the repository at this point in the history
Release branch PRs should use the release branch build
instead of master branch build for Fault Injection reference

Signed-off-by: Jeff Olivier <[email protected]>
  • Loading branch information
jolivier23 committed Oct 30, 2024
1 parent 0ddec18 commit ad78eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ pipeline {
}
post {
always {
discoverGitReferenceBuild referenceJob: 'daos-stack/daos/master',
discoverGitReferenceBuild referenceJob: 'daos-stack/daos/release%252F2.6',
scm: 'daos-stack/daos',
requiredResult: hudson.model.Result.UNSTABLE
recordIssues enabledForFailure: true,
Expand Down

0 comments on commit ad78eb1

Please sign in to comment.