-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛Docker image pulling: progress issues while pulling ti-postpro #6089
🐛Docker image pulling: progress issues while pulling ti-postpro #6089
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6089 +/- ##
=========================================
+ Coverage 84.5% 87.7% +3.2%
=========================================
Files 10 1130 +1120
Lines 214 49363 +49149
Branches 25 748 +723
=========================================
+ Hits 181 43335 +43154
- Misses 23 5866 +5843
- Partials 10 162 +152
Flags with carried forward coverage won't be shown. Click here to find out more.
|
3f9a44c
to
493e1eb
Compare
Quality Gate passedIssues Measures |
What do these changes do?
ti-postpro:2.0.33 triggered some unforeseen issues in the docker pulling process due it seems to unexpected docker pulling status strings.
This PR shall ensure the process does not fail due to pydantic ValidationError but instead logs the issue so that it can be fixed later as this issue proved very hard to reproduce due to the sheer size of the involved docker image (it triggers timeouts while trying to reproduce in pytest, which is not the observed error).
For info: @Konohana0608
Related issue/s
How to test
Dev-ops checklist