xfstests-bld
xfstests-bld copied to clipboard
FR: support --no-email option for ltm commands
When running LTM commands for selftests, we likely don't want to receive emails. Right now, --no-email is only supported for pure gce-xfstests commands (gce-xfstests -c
sharder.go:
func (sharder *ShardScheduler) finish() {
sharder.log.Debug("Finishing sharder")
sharder.aggResults()
sharder.createInfo()
sharder.createRunStats()
sharder.genResultsSummary()
if !sharder.reportKCS {
sharder.emailReport() -> panic'ing because no where to send email
}
sharder.packResults()
}