Skip to content

Remove docker runner container image #149

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

Merged
merged 5 commits into from
Jul 31, 2024
Merged

Conversation

harrryr
Copy link
Contributor

@harrryr harrryr commented Jul 30, 2024

Issue description:
To resolve issues where downloading dependencies caused failures in E2E workflows due to transient issues, we began running E2E workflows in a docker image container with those dependencies already installed in this PR.

As we started scaling our canary to encompass more platforms and regions however, the public ECR storing the image started throttling. Despite efforts to mitigate this throttle by increasing the API limit and also distributing the image to multiple public ECRs, the throttling still occurs and we are currently unable to determine the precise reason why.

After discussion, we have decided to revert from using image containers and explore other solutions to mitigate these transient issues such as caching.

Description of changes:
Stop using image containers in the github runners and add back the retry logic to install Terraform and other dependencies.

Test run: https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/10171443800

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@harrryr harrryr force-pushed the remove-docker-image-runner branch 5 times, most recently from 5065cea to 9674063 Compare July 30, 2024 21:49
@harrryr harrryr force-pushed the remove-docker-image-runner branch from 9674063 to af305c2 Compare July 30, 2024 21:51
@harrryr harrryr force-pushed the remove-docker-image-runner branch 3 times, most recently from 7a3d2d1 to 24adbd9 Compare July 30, 2024 23:52
@harrryr harrryr force-pushed the remove-docker-image-runner branch from 24adbd9 to 62664b0 Compare July 31, 2024 04:48
@harrryr harrryr merged commit 8dcaa7e into main Jul 31, 2024
1 check passed
@harrryr harrryr deleted the remove-docker-image-runner branch July 31, 2024 16:16
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.

2 participants