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

Optimize CI test process: Docker #1675

Open
robert-zaremba opened this issue Dec 23, 2022 · 0 comments
Open

Optimize CI test process: Docker #1675

robert-zaremba opened this issue Dec 23, 2022 · 0 comments
Assignees
Labels

Comments

@robert-zaremba
Copy link
Member

robert-zaremba commented Dec 23, 2022

Summary

Problem Definition

e2e tests require app in Docker image. It takes ~5min to build that image.

Proposal

We already build binaries (price-feeder and umeed) in few other jobs. Instead, let's try to reuse it, and change the process of creating a docker by just copying the binaries and libwasmvm into docker ,without downloading all build dependencies etc...

NOTE: this should not impact nor change the flow of release and the umeed.dockerfile. It should only change the flow of the e2e tests.

@abdulgig abdulgig self-assigned this Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants