Closed benmandrew closed 7 months ago
Initially, I expected this PR to break out the three pipelines into separate files, but you have taken a different approach. Looks good.
That was my initial intention, but I found that a lot of the mess was just these large modules included in pipeline.ml
. Without them, the list of services is actually rather readable.
Moves each of the massive build instances (
Packet_unikernel
,Docker_registry
, andCluster
) into their own files.