weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

Implementing promotion algorithm defined in level-triggered architecture rfc #203

Closed luizbafilho closed 12 months ago

luizbafilho commented 1 year ago

Implements the algorithm defined in level-triggered architecture rfc.

Notes:

Closes #195

squaremo commented 1 year ago
  • It does not handle any of the promotion strategies. Those are not idempotent right now, so running them as is will cause unexpected issues.

That's fine, making promotion actions work reliably is the subject of #197.