Closed albfan closed 1 month ago
okd test fails sometimes with errors like:
happened during read: unexpected EOF (after reconnecting, server did not process a Range: header, status 200)
Probably caused by exceeding rate limits pulling images.
As bundles don't change that often, analyze options to cache images to avoid fails at that step and speed up test execution
cache on github actions:
https://github.com/actions/cache
Not able to reproduce. We can reopen later
General information
okd test fails sometimes with errors like:
Probably caused by exceeding rate limits pulling images.
As bundles don't change that often, analyze options to cache images to avoid fails at that step and speed up test execution