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

build: Log in to dockerhub for unit test CI #36089

Merged
merged 3 commits into from
Jan 9, 2025
Merged

Conversation

bmtcril
Copy link
Contributor

@bmtcril bmtcril commented Jan 9, 2025

Description

We're being rate limited by dockerhub for pulling too many images in CI. There isn't a greate solution for caching images for GH actions, but in theory we should have less strict limits as an authenticated user.

Supporting information

See: openedx/axim-engineering#1350 and https://github.com/openedx/edx-platform/actions/runs/12679554529/job/35339477364

bmtcril and others added 3 commits January 9, 2025 15:36
We're being rate limited by dockerhub for pulling too many images in CI.
There isn't a greate solution for caching images for GH actions, but in
theory we should have less strict limits as an authenticated user.
@bmtcril bmtcril merged commit c5fabd5 into master Jan 9, 2025
49 checks passed
@bmtcril bmtcril deleted the bmtcril/dockerhub_login branch January 9, 2025 22:40
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

1 similar comment
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

kdmccormick added a commit to kdmccormick/edx-platform that referenced this pull request Jan 10, 2025
Iterating on openedx#36089

Forks will fail to log into DockerHub unless the fork owner
configured their own DockerHub creds. This PR is an attempt
to make it so that unit tests don't fail when DockerHub login
fails.
kdmccormick added a commit that referenced this pull request Jan 10, 2025
This iterates on #36089, which
logged us into DockerHub during unit tests in order to reduce how often
DockerHub rate-limits us.

Forks will fail to log into DockerHub unless the fork owner configures their
own DockerHub creds. This PR is an attempt to make it so that unit tests don't
fail when DockerHub login fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants