Skip to content
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

Disable fail-fast on pushing images to docker cache #24005

Merged
merged 1 commit into from
May 29, 2022

Commits on May 29, 2022

  1. Disable fail-fast on pushing images to docker cache

    There is an issue with pushing cache to docker registry that
    is connected to containerd bug but started to appear more
    frequently recently (as evidenced for example by
    https://github.saobby.my.eu.orgmunity/t/buildx-failed-with-error-cannot-reuse-body-request-must-be-retried/253178
    ). The issue is still open in containerd:
    containerd/containerd#5978.
    
    Until it if fixed, we disable fail-fast on pushing cache
    so that even if it happens, we just have to re-run that single
    python version that actually failed. Currently there is a much
    lower chance of success because all 4 build have to succeed.
    potiuk committed May 29, 2022
    Configuration menu
    Copy the full SHA
    90128e3 View commit details
    Browse the repository at this point in the history