-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(STONEINTG-709): add support missing info of build PLR error #506
Conversation
We may also replace the errors such as |
#506 (comment) |
You may use this one https://github.com/redhat-appstudio/integration-service/pull/489/files#diff-16fb634f123aeba9508751c94b6a61320bf6877bdb01ff6f00da2a72b92ee432R3 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #506 +/- ##
==========================================
+ Coverage 69.14% 69.35% +0.21%
==========================================
Files 44 44
Lines 4995 5013 +18
==========================================
+ Hits 3454 3477 +23
+ Misses 1208 1205 -3
+ Partials 333 331 -2 ☔ View full report in Codecov by Sentry. |
thanks @hongweiliu17 , I've used the same one here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test integration-service-e2e |
Signed-off-by: Kasem Alem <[email protected]>
New changes are detected. LGTM label has been removed. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Fix STONEINTG-709 , adding new error handler for the missing params error returned by build PipelineRun and stop the PLR to be returned to the reconcile queue .