robsd

build OpenBSD release

ISC License

Stars
5
robsd - v19.0.0 Latest Release

Published by mptre 6 months ago

Changes

  • robsd-regress: unconditionally install snapshot packages.
    (6050317)
    (Anton Lindqvist)

News

  • robsd-report: increase size growth threshold.
    (d53f1ee)
    (Anton Lindqvist)

  • robsd-regress: add timeout configuration knob.
    (f7527b5)
    (Anton Lindqvist)

  • robsd-regress-html: introduce noterm regress outcome
    (53e3624)
    (Anton Lindqvist)

Bug fixes

  • robsd: do not create CHANGELOG if cvs step is skipped.
    (1b7dcd6)
    (Anton Lindqvist)
robsd - v18.0.0

Published by mptre 9 months ago

Changes

  • Add step duration delta column to step.csv.
    (6ceeed8)
    (Anton Lindqvist)

  • robsd-regress-log: remove broken error log fallback detection logic.
    (eba9e19)
    (Anton Lindqvist)

  • robsd-regress: run regress tests in parallel.
    Parallel execution can globally be disabled using the new
    parallel no
    configuration or disabled on a per regression test basis using
    no-parallel.
    (393bd29)
    (Anton Lindqvist)

  • robsd-report: ignore growth of CHANGELOG.
    (cbc2e65)
    (Anton Lindqvist)

  • robsd-report: place stats before comment.
    (8f763e7)
    (Anton Lindqvist)

News

  • robsd: only include failing steps and cvs step in report.
    (b6a4726)
    (Anton Lindqvist)

  • Add robsd-report utility used to generate reports.
    Significantly reduces the time taken to generate the report, especially for
    robsd-regress.
    (28d5c04)
    (Anton Lindqvist)

  • robsd-config: support egress interface inet6 during interpolation.
    (d3875a8)
    (Anton Lindqvist)

  • robsd-regress-html: render number of patches.
    (c162fcc)
    (Anton Lindqvist)

  • robsd-stat: include nprocs and nthreads.
    (d4a147e)
    (Anton Lindqvist)

  • robsd-stat: make interval configurable.
    (9c31812)
    (Anton Lindqvist)

Bug fixes

  • robsd-regress-log: stop abusing the scratch buffer as the output buffer.
    (67c138b)
    (Anton Lindqvist)

  • robsd-regress-html: always check for patches.
    (e683a4a)
    (Anton Lindqvist)

  • Only add a path comment to diffs if not already present.
    (4d7f127)
    (Anton Lindqvist)

  • robsd-report: cope with nul characters in reports.
    (e3a657e)
    (Anton Lindqvist)

  • Do not remove files tracked by cvs in revert step.
    (2b06593)
    (Anton Lindqvist)

  • robsd-regress-html: improve detection of failures in non bsd.regress.mk make
    targets.
    (8c5c8ed)
    (Anton Lindqvist)

  • Fix handling of dates in CVS changelog.
    (2835936)
    (Anton Lindqvist)

robsd - v17.8.1

Published by mptre over 1 year ago

Bug fixes

  • robsd-regress: treat XPASS as failure.
    (5e79e70)
    (Anton Lindqvist)
robsd - v17.8.0

Published by mptre over 1 year ago

News

  • robsd-regress-html: recognize unexpected pass targets.
    (fa40ab3)
    (Anton Lindqvist)

Bug fixes

  • Honor Makefile.bsd-wrapper in robsd-regress obj step.
    (e1dbf74)
    (Anton Lindqvist)
robsd - v17.7.0

Published by mptre over 1 year ago

News

  • robsd-regress-html: add duration column.
    (70e4a25, d79258e, 27abf56)
    (Anton Lindqvist)

  • robsd-regress-html: place suites outside of regress directory last.
    (396d286)
    (Anton Lindqvist)

  • robsd-regress-html: stop using regular expressions in robsd-regress-log
    yielding a 2.5x speed up.
    (b617b29)
    (Anton Lindqvist)

Bug fixes

  • robsd-regress-html: use correct date in URLs to logs.
    (7ba221c)
    (Anton Lindqvist)

  • Close stderr when running in detached mode.
    (1814d2f)
    (Anton Lindqvist)

  • robsd-regress-html: fix sort ordering among suites.
    (cf5af8a)
    (Anton Lindqvist)

robsd - v17.6.2

Published by mptre over 1 year ago

Bug fixes

  • Fix robsd reboot step regression.
    (1d0ecd7)
    (Anton Lindqvist)

  • Fix robsd-regress-log regression in which certain passing tests where erroneously
    labelled as failures.
    (c9f995b)
    (Anton Lindqvist)

robsd - v17.6.1

Published by mptre over 1 year ago

Bug fixes

  • Fix robsd-clean regression.
    (f014803)
    (Anton Lindqvist)
robsd - v17.6.0

Published by mptre over 1 year ago

News

  • robsd-regress: treat unexpected pass as failures.
    (f37b9b1)
    (Anton Lindqvist)

  • Add robsd-regress-log manual.
    (5898000)
    (Anton Lindqvist)

Bug fixes

  • robsd-regress-html: cope with multiple invocations per day.
    (9368096)
    (Anton Lindqvist)

  • robsd-ls: fix keep-dir regression.
    (0640835)
    (Anton Lindqvist)

robsd - v17.5.1

Published by mptre over 1 year ago

Bug fixes

  • Fix glob(3) no matches regression.
    (aedb040)
    (Anton Lindqvist)

  • Ignore absent regression tests in robsd-regress obj step.
    (5fcdae9)
    (Anton Lindqvist)

robsd - v17.5.0

Published by mptre over 1 year ago

News

  • Add support for declaring global environment variables to robsd-regress.conf.
    (c307c02)
    (Anton Lindqvist)
robsd - v17.4.4

Published by mptre over 1 year ago

Bug fixes

  • Make tests timezone independant.
    (60986ca)
    (Anton Lindqvist)
robsd - v17.4.3

Published by mptre over 1 year ago

Bug fixes

  • Sense if attribute fallthrough is supported in configure script.
    (bc30d31)
    (Anton Lindqvist)

  • Sense if GNU C99 is implicitly supported in configure script.
    (01c45b2)
    (Anton Lindqvist)

robsd - v17.4.2

Published by mptre over 1 year ago

Bug fixes

  • Exclude patches from significant file growth section in report.
    (1fe6f44)
    (Anton Lindqvist)

  • Fix absent target architecture in robsd-cross report subject.
    (2801d53)
    (Anton Lindqvist)

  • Ignore make unconfig errors in robsd release step.
    (1bbf949)
    (Anton Lindqvist, Moritz Buhl)

robsd - v17.4.1

Published by mptre almost 2 years ago

Bug fixes

  • Only invoke the hook for the end step if it's present.
    Otherwise, robsd will end up running the hook for the end step upon reboot.
    (e2764e8)
    (Anton Lindqvist)

  • Cope with missing runs in robsd-regress-html.
    (5d29316)
    (Anton Lindqvist)