Join Nostr
2024-11-10 08:42:34 UTC

dorotaC on Nostr: A piece of criticism to all code forges I know: why not run #CI on all commits? A bad ...

A piece of criticism to all code forges I know: why not run #CI on all commits?

A bad commit is a liability. It will break bisect and make debugging miserable.

#ForgejoActions takes it to the extreme and cancels an already running action when I push another change.

I get it - it's too slow and expensive to test them all when pipelines take minutes to run. But you could just pause the old ones until the newest one is finished!

#testing #forgejo #gitea #gitlab #Codeberg #coding