kata-containers / tests

Kata Containers tests, CI, and metrics
https://katacontainers.io/
Apache License 2.0
139 stars 196 forks source link

ci/openshift-ci: Use loop instead of curl --retry-all-errors #5806

Closed ldoktor closed 10 months ago

ldoktor commented 10 months ago

The --retry-all-errors argument is not supported on the CI runners, use a busy loop instead.

ldoktor commented 10 months ago

@wainersm @gkurz the selinux enablement PR used curl --retry-all-errors which is not supported on the CI runners, this should work.

ldoktor commented 10 months ago

Changes:

wainersm commented 10 months ago

@beraldoleal mind to review this one?

ldoktor commented 10 months ago

Changes: Added the fixes to commit a message

wainersm commented 10 months ago

/test

ldoktor commented 10 months ago

Changes: Removed the controversial commit that treats grep exception as it's not really related to the changes that are required no.

gkurz commented 10 months ago

/test