Skip to content

Pipeline rework

David Southwick requested to merge pipeline_rework into qa

This MR breaks the primary build stage into two jobs:

  1. Stable base image of deps + opendata file - this image rarely changes
  2. Code integration image - this image is rebuilt whenever code changes

The result of 2. is able to run with a mounted cvmfs, as is done in the shrinkwrap job.

This MR depends on !20 (closed)

Edited by Domenico Giordano

Merge request reports