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

CI: 700 build private registry test: handle fedoraproject outages #24258

Open
edsantiago opened this issue Oct 14, 2024 · 2 comments
Open

CI: 700 build private registry test: handle fedoraproject outages #24258

edsantiago opened this issue Oct 14, 2024 · 2 comments
Labels
flakes Flakes from Continuous Integration stale-issue

Comments

@edsantiago
Copy link
Member

fedoraproject.org outage on 2024-10-10 caused system tests to fail:

[+0681s] not ok 265 [700] podman play --build private registry in 123082ms
...
<+041ms> # # podman play kube --build --start=false /tmp/CI_1QV2/podman_bats.36TZHH/test.yaml
<+0120s> # Resolving "userimage-t265-jok99zot" using unqualified-search registries (/etc/containers/registries.conf)
         # Trying to pull docker.io/library/userimage-t265-jok99zot:latest...
         # Trying to pull quay.io/userimage-t265-jok99zot:latest...
         # Trying to pull registry.fedoraproject.org/userimage-t265-jok99zot:latest...
         # time="2024-10-10T16:28:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://registry.fedoraproject.org/userimage-t265-jok99zot:latest: pinging container registry registry.fedoraproject.org: Get \"https://registry.fedoraproject.org/v2/\": dial tcp 38.145.60.21:443: i/o timeout"
         # timeout: sending signal TERM to command ‘/var/tmp/go/src/github.com/containers/podman/bin/podman’

Reason: shortname resolution, which is an intentional part of the test.

This is a placeholder to track these failures. Maybe we can find a way to work around outages, or eliminate the shortname check. Depends how often these outages happen and how annoying they are.

[sys] [700] podman play --build private registry

x x x x x x
sys(9) podman(9) fedora-40(4) root(5) host(9) sqlite(7)
debian-13(2) rootless(4) boltdb(2)
rawhide(2)
fedora-40-aarch64(1)
@edsantiago edsantiago added the flakes Flakes from Continuous Integration label Oct 14, 2024
@Luap99
Copy link
Member

Luap99 commented Oct 14, 2024

We already have our own registry.conf in CI

# Note that changing the order here may break tests.
unqualified-search-registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']

Maybe try to drop the registry there and see what happens. But I guess given search always used the direct registry docker.io and qauy.io may also cause troubles.

Copy link

A friendly reminder that this issue had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakes Flakes from Continuous Integration stale-issue
Projects
None yet
Development

No branches or pull requests

2 participants