Conversation
57491e6 to
254a069
Compare
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
254a069 to
c0547d8
Compare
|
Images are ready for the commit at 34919ca. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #16649 +/- ##
==========================================
- Coverage 48.73% 48.62% -0.11%
==========================================
Files 2658 2664 +6
Lines 198307 199298 +991
==========================================
+ Hits 96635 96906 +271
- Misses 94106 94797 +691
- Partials 7566 7595 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Hey there - I've reviewed your changes - here's some feedback:
- Consider adding a quick check to verify that the svc/webhookserver service exists before attempting port-forward to avoid silent failures if the service is missing or misnamed.
- Rather than a fixed sleep after launching the background port-forward, consider polling for the port to be open or checking the process health to ensure readiness more reliably.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider adding a quick check to verify that the svc/webhookserver service exists before attempting port-forward to avoid silent failures if the service is missing or misnamed.
- Rather than a fixed sleep after launching the background port-forward, consider polling for the port to be open or checking the process health to ensure readiness more reliably.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
/retest |
|
Caution There are some errors in your PipelineRun template.
|
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
|
/retest |
|
Images are ready for the commit at 6e9a375. To use with deploy scripts, first |
|
/retest |
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
Description
Let's use service instead of pod in port-forwarder also extend logging to make debugging easier in the future.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!