File tree Expand file tree Collapse file tree
blog/posts/2022-06-20-progress-report Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ <h3 id="cicd-replatform">CI/CD replatform</h3>
7373< p > Being the very first subsystem worked on after the < code > imgbuilder</ code > & < code > configmgmt</ code >
7474bases, the < code > cicd</ code > subsystem is the oldest in OSC’s infrastructure. Originally, I
7575wanted to find a tool that:</ p >
76- < p > (a) Not “cloud-native” (specifically: not requiring a Kubernetes cluster)</ p >
76+ < p > (a) was not “cloud-native” (specifically: not requiring a Kubernetes cluster)</ p >
7777< p > (b) did not have any kind of commercial tier available to it (so, no
7878“open-core”)</ p >
79- < p > (c) have centralizable pipeline definitions so every repo need not bring its own
79+ < p > (c) has centralizable pipeline definitions so every repo need not bring its own
8080def</ p >
81- < p > (d) have pipeline jobs defined in something readable/maintainable and not
81+ < p > (d) has pipeline jobs defined in something readable/maintainable and not
8282pseudo-script YAML.</ p >
8383< p > There was also an implicit (e) requirement of not requiring the JVM, because I
8484have a visceral reaction to needing to extend the subsystem using Java (I don’t
You can’t perform that action at this time.
0 commit comments