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 improvements #356

Open
dtebbs opened this issue Feb 16, 2021 · 0 comments
Open

CI improvements #356

dtebbs opened this issue Feb 16, 2021 · 0 comments
Labels
ci Task related to the Continuous Integration (configuration, service etc.)

Comments

@dtebbs
Copy link
Contributor

dtebbs commented Feb 16, 2021

Some notes about possible CI improvements to consider

  • reduce duplicated code with something such as composite actions
  • reduce duplicated builds
    • consider progresively building (and in some caches caching) docker images and passing between jobs as artifacts
      • build (and cache) base image with dependencies installed
      • from base image, build libzeth and prover in various configurations
      • from built images
        • run units tests
        • run client tests
        • run integration tests
        • ...
      • avoids rebuilding everything, but introduces cost of exporting and passign docker images
      • many ci build scripts can be replaced by docker files
      • cannot necessarily be used for mac
@AntoineRondelet AntoineRondelet added the ci Task related to the Continuous Integration (configuration, service etc.) label Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Task related to the Continuous Integration (configuration, service etc.)
Projects
None yet
Development

No branches or pull requests

2 participants