hydra-notify: Don't do an unnecessary fetch of Jobsets

[?]
Aug 13, 2019, 3:19 PM
AWPYSGP6HWK4KGGJIRU54CM5MD62AG734YJOBNY6JO2IRDPMOL3AC

Dependencies

  • [2] 6WRGCITD Enable declarative projects.
  • [3] 32KJOERM Turn hydra-notify into a daemon
  • [4] FCTX433O Add buildStarted plugin hook
  • [5] NTEDD7T4 Provide a plugin hook for when build steps finish
  • [6] IE2PRAQU hydra-queue-runner: Send build notifications

Change contents

  • replacement in src/script/hydra-notify at line 43
    [2.5702][2.5702:5825]()
    my $jobset = $build->jobset;
    if (length($project->declfile) && $jobset->name eq ".jobsets" && $build->iscurrent) {
    [2.5702]
    [2.5825]
    my $jobsetName = $build->get_column('jobset');
    if (length($project->declfile) && $jobsetName eq ".jobsets" && $build->iscurrent) {