Drop the 5 minute minimum interval between triggered evals
[?]
Jul 1, 2015, 12:45 PM
N66HHKLQGRAVLPEO2LTAOGGXKZUYKYQSSOG4MQAMQVUIXVHIYP3QCDependencies
- [2]
MDAIP23Thydra-evaluator: Respect triggers of disabled jobsets - [3]
NB2VOKIRInclude names of committers in HipChat notifications - [4]
JAH3UPWASupport revision control systems via plugins - [5]
PCKLFRT5Support push notification of repository changes - [6]
OVR2RWBIhydra-evaluator: Always pick the jobset that hasn't been evaluated longest - [7]
QLOLZHRXAllow a per-jobset check interval - [8]
WQXF2T3Dhydra-evaluator: Don't require $HYDRA_CONFIG - [9]
J74UTA3IHandle the case where a jobset has never been evaluated - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- edit in src/script/hydra-evaluator at line 24[3.4143]→[4.19944:19945](∅→∅),[4.19944]→[4.19944:19945](∅→∅),[4.19945]→[4.1:59](∅→∅),[4.1]→[4.1:59](∅→∅),[4.59]→[4.2120:2151](∅→∅)
# Don't check a jobset more than once every five minutes.my $minCheckInterval = 5 * 60; - replacement in src/script/hydra-evaluator at line 305
{ 'triggertime' => { '!=', undef },, -or => [ 'lastcheckedtime' => undef, 'lastcheckedtime' => { '<', time() - $minCheckInterval } ] },{ 'triggertime' => { '!=', undef } },