Fix missing is succeeded guard on Wait for NHC CR task - #4093
Conversation
The previous fix (f9b046b) added `is succeeded` guards to three of the four NodeHealthCheck tasks but missed the "Wait for Node Health Check CR to be created" task, leaving it inconsistent. A transient API failure there would cause an unhandled error instead of being skipped gracefully. Signed-off-by: Antonio Romito <aromito@redhat.com>
7b20741 to
3c92633
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 37m 58s |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michburk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fc57e08
into
openstack-k8s-operators:main
is succeededguards to three of the fourNodeHealthChecktasks but missed the "Wait for Node Health Check CR to be created" task