Mentions légales du service

Skip to content

add a prepared database of elections to continuous integration process

Prepared database contains several elections with different number of voters who have voted. It is saved as a separate git repository. Repository's archive is downloaded and uncompressed by a new Docker image. This docker image is used as base image by the Continuous Integration process. The CI process copies contents of this database into _run/spool.

This way we make use of the CI process cache mecanism: because the CI process caches docker images that have previously been downloaded, database content is not re-downloaded on every build.

This merge request is ready to be merged.

Edited by Quentin Grimaud

Merge request reports