mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Threshold was wrong
I also removed the delta value check. It's going to be weird with the number of runs we do, and it's also set to run on failures.
This commit is contained in:
parent
d4ca0e3a97
commit
682a05bebe
1 changed files with 3 additions and 1 deletions
4
.ci/lint
4
.ci/lint
|
@ -49,7 +49,9 @@ pipeline {
|
|||
parserName: 'PyLint',
|
||||
pattern: 'pylint-report*.xml'
|
||||
]],
|
||||
failedTotalAll: '1',
|
||||
failedTotalAll: '0',
|
||||
useDeltaValues: false,
|
||||
canRunOnFailed: true,
|
||||
usePreviousBuildAsReference: true
|
||||
])
|
||||
cleanWs()
|
||||
|
|
Loading…
Add table
Reference in a new issue