Don't trigger evaluation of disabled jobsets

[?]
Sep 18, 2013, 9:25 AM
AMI4DGBKDMQVDLEDZVMA3RGNNJU5CWSGVX5GIPH2BOK6VKQ4DGGAC

Dependencies

  • [2] LZVO64YG Merge in the first bits of the API work
  • [3] PVIRRARJ Turn hiding/unhiding a jobset into a checkbox
  • [4] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [5] 6LETVKRA After editing a jobset, push it to the front of the evaluation queue
  • [6] QLOLZHRX Allow a per-jobset check interval
  • [7] VS3OUK7D if no emailoverride specified, use empty string
  • [8] UMFB2767 Hydra/64: Leaving number of builds empty gives DBIx error
  • [9] OX6NYJDV Split viewing and editing a jobset
  • [10] 4D4U5IPY * Allow jobsets to be disabled.
  • [*] 3HZY24CX * Make jobsets viewable under
  • [*] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate

Change contents

  • edit in src/lib/Hydra/Controller/Jobset.pm at line 275
    [13.2220]
    [3.2074]
    my $enabled = defined $c->stash->{params}->{enabled};
  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 283
    [3.2272][2.11767:11835]()
    , enabled => defined $c->stash->{params}->{enabled} ? 1 : 0
    [3.2272]
    [2.11835]
    , enabled => $enabled ? 1 : 0
  • replacement in src/lib/Hydra/Controller/Jobset.pm at line 289
    [3.141][3.0:56](),[2.12195][3.0:56](),[3.183][3.0:56]()
    , triggertime => $jobset->triggertime // time()
    [2.12195]
    [3.2272]
    , triggertime => $enabled ? $jobset->triggertime // time() : undef