hydra-notify: operate on cached_build_finished events

This commit is contained in:
Graham Christensen
2022-01-10 20:19:28 -05:00
parent 96b2200895
commit 6b7f1da11e
6 changed files with 185 additions and 0 deletions

View File

@ -36,6 +36,12 @@ sub instantiate {
# my ($self, $build) = @_;
# }
# # Called when build $build is a finished build, and is
# part evaluation $evaluation
# sub cachedBuildFinished {
# my ($self, $evaluation, $build) = @_;
# }
# # Called when build $build has started.
# sub buildStarted {
# my ($self, $build) = @_;