ocurrent / ocurrent-deployer

A pipeline that deploys unikernels and other services
MIT License
22 stars 19 forks source link

Refactor pipeline #214

Closed benmandrew closed 7 months ago

benmandrew commented 7 months ago

Moves each of the massive build instances (Packet_unikernel, Docker_registry, and Cluster) into their own files.

benmandrew commented 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.