Skip to content

Commit

Permalink
Add EA build test data to daily slack status
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Feb 4, 2025
1 parent 10d6c90 commit 5ea6a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -715,11 +715,11 @@ def getFailedTestSummary(String trssUrl, String variant, String featureRelease,
}

if (testJobTotal == 0) {
return "_No AQA tests run._"
return " _No AQA tests run._"
} else if ((failedTestJobNum + failedTestTargetNum) == 0) {
return "\n_AQA tests successful: "+testJobTotal+" jobs & "+testTargetTotal+" targets run._"
} else {
def summary = "\n_Failed:"
def summary = "\n_AQA test failures:"
if (failedTestJobNum > 0) {
summary += " TestJobs="+failedTestJobNum+"/"+testJobTotal
}
Expand Down

0 comments on commit 5ea6a0c

Please sign in to comment.