Skip to content

Commit

Permalink
add CI train post
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 19, 2024
1 parent 356fdf9 commit 8798ce9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/micro/thing-a-month-02-06.md
@@ -0,0 +1,19 @@
+++
title = "getting on the CI train"
description = "which CI solution should I use?"
date = 2024-02-19

[extra]
project = "thing-a-month (meta)"
+++

If I’m going to be shipping apps by the end of the month, I’d better get CI set up. I’ve been looking around at different options and found:

- Argo Workflows. Probably a taste that goes great with Argo CD, but I’d like to source CI steps from the repos and this seems difficult.
- Tekton: similar.
- Woodpecker: an offshoot of Drone, looks nice, seems to do what I want, but I can’t get the Helm chart working.
- Agola: smaller, maybe newer. Does the normal CI stuff, plus you can define your config in jsonnet. Kind of cool. I’d like to be able to pull in editable build steps though.

Basically I feel these options are either too complex or too simple or I can’t make them run. I bet if I redid how I’m setting up apps in Argo CD, I could get Woodpecker working. May have to shave that yak!

Right now the plan is to try a little longer (maybe today and Tuesday) to get Woodpecker working, and to bail and use Agola if I can't.

0 comments on commit 8798ce9

Please sign in to comment.