This repository was archived by the owner on Aug 27, 2024. It is now read-only.
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
GHA jobs fail because of too many requests #72
Closed
Description
Have started seeing GHA jobs fail because of too many request (for example:
#16 ERROR: toomanyrequests:
------
> pushing rapidsai/staging:miniforge-cuda-71-cuda12.0.1-base-rockylinux8-py3.9-arm64 with docker:
Should we consider some changes here to mange this?
- Reduce number of images built
- Add a shared
docker pull
step to minimize pulls and reuse across builds - Combine all pushes into a single command at the end
- Minimize how many jobs are run at once
- Other ideas?
Note: This happens with ci-imgs
too ( rapidsai/ci-imgs#162 )
Metadata
Metadata
Assignees
Labels
No labels