hydra: only use keepnr to determine if builds should be kept

[?]
Aug 10, 2010, 8:00 AM
E3LZ5H7Q2X64BIPQNQ65ISSS5NK44QEHWGADN7TQLY3ZCMFWIZFAC

Dependencies

  • [2] AFGT66EI hydra: if a project or jobset is hidden (and thus disabled) do not keep builds
  • [3] NEWDDAOF * Allow users to change the value of a build's "keep" flag, which
  • [4] WZ3AEJ67 * hydra_update_gc_roots.pl registers build outputs that should be kept
  • [5] 4X6NS66Q * Keep the most recent builds for each job.
  • [6] IN272KZW * Automatically keep all builds in the latest successful release in

Change contents

  • replacement in src/script/hydra_update_gc_roots.pl at line 37
    [3.1149][2.0:77]()
    foreach my $project ($db->resultset('Projects')->search({hidden => 0},{})) {
    [3.1149]
    [3.3700]
    foreach my $project ($db->resultset('Projects')->all) {
  • replacement in src/script/hydra_update_gc_roots.pl at line 41
    [3.577][2.78:161]()
    foreach my $job ($project->jobs->search({hidden => 0}, { join => "jobset"})) {
    [3.577]
    [3.1703]
    foreach my $job ($project->jobs->all) {