Skip to content

Commit

Permalink
remove junit from microbenchmark stage (cmu-db#1640)
Browse files Browse the repository at this point in the history
This stage does not produce any junit results anyway.  The junit
Jenkins plugin prior to version 1.53 would silently ignore missing &
empty test result files.  As of version 1.53, it produces an error that
fails the stage.

Signed-off-by: Chad Dougherty <[email protected]>
  • Loading branch information
Chad Dougherty authored Nov 5, 2021
1 parent 54036a8 commit 79276e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile-utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ void stageNightlyMicrobenchmark() {
''', label:'Microbenchmark'

archiveArtifacts 'script/testing/*.json'
junit 'script/testing/*.xml'
stagePost()
}

Expand Down

0 comments on commit 79276e6

Please sign in to comment.