Merge pull request #995 from DeterminateSystems/declarative-jobsets-plugin
[?]
Aug 12, 2021, 7:56 PM
QESASHY77C7VZT36SIQ4QKWJLUCFYFFB7KKLHOLPYJWQ2VIJV3PACDependencies
- [2]
GE7LFZHQhydra-notify: move buildFinished query in to the function impl - [3]
TNS4QKM4Declarative jobsets: move event handling to a plugin - [4]
32KJOERMTurn hydra-notify into a daemon - [5]
NTEDD7T4Provide a plugin hook for when build steps finish - [*]
IE2PRAQUhydra-queue-runner: Send build notifications
Change contents
- resurrect zombie in src/script/hydra-notify at line 51
my ($buildId, @deps) = @_;my $build = $db->resultset('Builds')->find($buildId)or die "build $buildId does not exist\n";