Skip to content

Commit

Permalink
LinuxTests: Attach dmesg.log
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Jan 28, 2022
1 parent 9f4455f commit 1e5a759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdg/Gauntlet.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def stage_library(String stage_name) {
}catch(Exception desc){
println('Error updating description.')
}finally{
logJira([board:board, summary:'Linux tests failed.', description:description, attachment:[board+"_diag_report.tar.bz2"]])
logJira([board:board, summary:'Linux tests failed.', description:description, attachment:[board+"_diag_report.tar.bz2","dmesg.log"]])
}
unstable("Linux Tests Failed: ${failed_test}")
}
Expand Down

0 comments on commit 1e5a759

Please sign in to comment.