File: not-ignore-delete-failtures-0783d33a606ed6f1.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (5 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (6)
1
2
3
4
5
---
fixes:
  - Fixes an issue where deleting nodes ignore failures and just prints the results
    which nodes are deleted and which are failed, always returning exit code of 0.
    This now will return a non-zero exit code if at least one node-delete fails.