hydra-notify: respond to cached_build_queued
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user