summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fail-jobs-when-requirement-not-met-5e37516c241020f3.yaml
blob: 41296d6f796150d3563779b15e28f11719d17063 (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    Jobs which use the :attr:`job.requires` attribute and fail to have
    their requirements met are now recorded as "FAILED" rather than
    "SKIPPED".  This can happen if an earlier job which is expected to
    produce artifacts fails to do so due to an error.