hydra-notify: respond to cached_build_queued

This commit is contained in:
Graham Christensen
2022-01-10 20:23:48 -05:00
parent 6b7f1da11e
commit 42edd3a9d8
6 changed files with 186 additions and 0 deletions

View File

@ -36,6 +36,12 @@ sub instantiate {
# my ($self, $build) = @_;
# }
# # Called when build $build has been queued again by evaluation $evaluation
# where $build has not yet finished.
# sub cachedBuildQueued {
# my ($self, $evaluation, $build) = @_;
# }
# # Called when build $build is a finished build, and is
# part evaluation $evaluation
# sub cachedBuildFinished {