Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions vars/unitTestPost.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ void call(Map config = [:]) {
scm: 'daos-stack/daos',
requiredResult: 'UNSTABLE')
recordIssues enabledForFailure: true,
/* ignore warning/errors from PMDK logging system */
filters: [excludeFile('pmdk/.+')],
failOnError: !results['ignore_failure'],
ignoreQualityGate: true,
// Set qualitygate to 1 new "NORMAL" priority message
Expand Down