-
Bug
-
Resolution: Done
-
Major
-
builds-1.1
-
None
-
False
-
-
False
-
-
Bug Fix
-
-
-
Builds Sprint #28, Builds Sprint #29, Builds Sprint #30, Builds Sprint #31
-
4
Description of problem:
If the build operator fails to reconcile the ShipwrightBuild object for any reason, the operator logs a stack trace, but does not requeue itself if the status update to the OpenShiftBuild object succeeds
Workaround: None
Prerequisites (if any, like setup, operators/versions):
Builds for OpenShift 1.1
Steps to Reproduce
Observed while attempting to add validation logic to the downstream operator unit tests.
Actual results:
Reconcile result does not requeue, even though there was an error in the reconcile process.
Expected results:
Operator requeues and tries to reconcile again.
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
TBD
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
*
- links to