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

Description

@jakirkham

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?

  1. Reduce number of images built
  2. Add a shared docker pull step to minimize pulls and reuse across builds
  3. Combine all pushes into a single command at the end
  4. Minimize how many jobs are run at once
  5. Other ideas?

Note: This happens with ci-imgs too ( rapidsai/ci-imgs#162 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions