←back to thread

634 points david927 | 1 comments | | HN request time: 0.209s | source

What are you working on? Any new ideas that you're thinking about?
Show context
dan_manges ◴[] No.41342537[source]
A new CI/CD platform. Local CLI (run without git push), remote debugger, automatic content-based caching, DAG-based definition, and dynamic tasks. It’s taken a lot of work to build it, but I’m really excited about how well it’s working. https://rwx.com/mint
replies(5): >>41342544 #>>41342738 #>>41344123 #>>41346523 #>>41363624 #
1. rtpg ◴[] No.41346523[source]
This seems really neat! I'm a huge proponent of incremental CI for any project that gets big enough to care about test speed.

I'd be pretty worried about an abstraction ceiling on the caching here relative to something like Bazel, though. Like would Mint get mad if I generated 4000 dynamic tasks?