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

Fix docker hub isssue for e2e tests #102

Closed
njogz opened this issue Jun 7, 2023 · 5 comments
Closed

Fix docker hub isssue for e2e tests #102

njogz opened this issue Jun 7, 2023 · 5 comments
Assignees
Labels
Type: Bug Fix something that isn't working as intended

Comments

@njogz
Copy link
Contributor

njogz commented Jun 7, 2023

The e2e Github action is failing as seen here due to too many requests to Docker Hub. A solution is to use the organisation account which has a higher limit on the amount of requests that can be made.

@njogz njogz converted this from a draft issue Jun 7, 2023
@njogz njogz self-assigned this Jun 7, 2023
@craig-landry
Copy link

@njogz Is this issue resolved now?

@njogz
Copy link
Contributor Author

njogz commented Jun 20, 2023

@craig-landry not yet. The action is still failing.

@andrablaj andrablaj added Type: Bug Fix something that isn't working as intended Status: Blocked Unable to progress this. labels Jul 3, 2023
@njogz njogz moved this from In Progress to Todo in Product Team Activities Aug 1, 2023
@garethbowen
Copy link

I had a look at this and it looks like we're using Medic's AWS instance for the CHT images but we're still pulling a whole lot of third party images from docker hub. If possible we could publish these to AWS or potentially look at caching the images somehow. Another alternative would be to add some delayed retry so it installs eventually.

@Phil-Mwago
Copy link
Contributor

I have a similar issue (see attached); having too many requests though the logs on this PR have expired. Here is the PR with the error in the GH Actions.
image

@andrablaj
Copy link
Member

Fixed via #133

@github-project-automation github-project-automation bot moved this from Todo to Done in Product Team Activities Sep 27, 2024
@andrablaj andrablaj removed the Status: Blocked Unable to progress this. label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Fix something that isn't working as intended
Projects
No open projects
Archived in project
Development

No branches or pull requests

6 participants