-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Flaky test: test_cgroup_limit/test.py::test_cgroup_cpu_limit #80470
Copy link
Copy link
Labels
flaky testflaky test found by CIflaky test found by CI
Description
Seems there are issues pulling images:
/usr/lib/python3.10/subprocess.py:526: CalledProcessError
----------------------------- Captured stderr call -----------------------------
Unable to find image 'ubuntu:22.04' locally
22.04: Pulling from library/ubuntu
67b06617bd6b: Pulling fs layer
67b06617bd6b: Verifying Checksum
67b06617bd6b: Download complete
67b06617bd6b: Pull complete
Digest: sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240
Status: Downloaded newer image for ubuntu:22.04
docker: Error response from daemon: No such image: ubuntu:22.04
Run 'docker run --help' for more information
------------------------------ Captured log call -------------------------------
IIRC we should be pre-pulling everything (with retries), not pulling in each test individually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CI