buildkite / pipeline-schema

A JSON schema for Buildkite’s pipeline file format
MIT License
31 stars 35 forks source link

Add support for signal reason in retry rules #50

Closed sj26 closed 1 year ago

sj26 commented 1 year ago

Retry rules are evolving new ways to match failures which may be retried, starting with signal reason. This allows differentiating between an agent being stopped versus being lost in unknown ways, for example.

Fixes PDP-199.