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

ci: compile the binaries only once #400

Open
darosior opened this issue May 5, 2022 · 1 comment
Open

ci: compile the binaries only once #400

darosior opened this issue May 5, 2022 · 1 comment
Labels
help wanted Extra attention is needed tests

Comments

@darosior
Copy link
Member

darosior commented May 5, 2022

Currently, the functional tests on the CI are separated into 4 jobs (the 4 categories). Each job is going to compile the same revaultd binary as well as all the same test servers binaries (see #399). Doing the same computation 4 times is an obvious waste.
We should look into a way of having a first job compiling the servers, and then starting the 4 jobs running only the tests using those binaries.

@darosior darosior added help wanted Extra attention is needed tests labels May 5, 2022
@darosior darosior changed the title ci: compile the test servers only once ci: compile the binaries only once May 16, 2022
@darosior
Copy link
Member Author

Since #404 at least we don't recompile entirely all binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed tests
Projects
None yet
Development

No branches or pull requests

1 participant