←back to thread

634 points david927 | 1 comments | | HN request time: 0.217s | 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. amir734jj ◴[] No.41344123[source]
I like the idea, but I have used Azure Pipelines, and the key differentiating it from GitLab.ci is its "service connection" that enables seamless integration with third-party services and a wide range of tasks (PowerShell, pscore, az, docker, etc).

I wish your dependency semantics yaml could be converted to Azure pipeline task, job, and stage similar to how typescript converts to javascript.

I am saying this because there are very complicated infrastructural problems that hundreds of people work on at big companies when creating a ci/cd I see you are not focusing on them yet but that DAG logic could be applied to existing azure pipeline yaml.