If a build aborts, mark any remaining active build steps as aborted

[?]
May 9, 2013, 3:46 PM
ZNGKTEAIUI2DJCAWLFL4RFDQGTHCQUAC27JVYS77WTDEI5P5DH4AC

Dependencies

  • [2] HPEG2RHV Merge the BuildResultInfo table into the Builds table
  • [*] 7YBYT2LQ
  • [*] UVNQPK3T Hydra/56: handle failed builds with result only at build level, not buildsteps

Change contents

  • edit in src/script/hydra-build at line 295
    [5.124]
    [2.10696]
    # Mark any remaining active build steps as aborted.
    $build->buildsteps->search({ busy => 1 })->update({ busy => 0, status => 4, stoptime => time });