hydra-eval-jobset: Respect email_notification
This commit is contained in:
parent
a71e6301d2
commit
1898e31ed8
|
@ -527,6 +527,7 @@ sub sendJobsetErrorNotification() {
|
||||||
|
|
||||||
chomp $errorMsg;
|
chomp $errorMsg;
|
||||||
|
|
||||||
|
return unless $config->{email_notification} // 0;
|
||||||
return if $jobset->project->owner->emailonerror == 0;
|
return if $jobset->project->owner->emailonerror == 0;
|
||||||
return if $errorMsg eq "";
|
return if $errorMsg eq "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue