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: add persistent caching to docker #388

Open
epuertat opened this issue Jan 24, 2024 · 0 comments · May be fixed by #389
Open

ci: add persistent caching to docker #388

epuertat opened this issue Jan 24, 2024 · 0 comments · May be fixed by #389
Labels
CLI DevEx Improve the Developer Experience: coding, testing, troubleshooting, ...

Comments

@epuertat
Copy link
Member

To reduce CI times from ~10 mins to ~5:

image

This requires:

Given the above involves a slightly more complicate CI, less backward-compatible, an alternative approach would be to move the build of the spdk and ceph images outside the nvmeof repo:

  • Having the ceph vstart cluster built outside is not a wild idea: it barely changes, and it could be reused by other projects. Also that enforces the idea of single repo, single service (thus single container).
  • Same for the spdk container, which is unfrequently changed.
@epuertat epuertat added CLI DevEx Improve the Developer Experience: coding, testing, troubleshooting, ... labels Jan 24, 2024
@epuertat epuertat linked a pull request Jan 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI DevEx Improve the Developer Experience: coding, testing, troubleshooting, ...
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant