Remix.run Logo
modeless 3 hours ago

It's insane to me that being able to run CI steps locally is not the first priority of every CI system. It ought to be a basic requirement.

mrinterweb 2 minutes ago | parent | next [-]

I've often thought about this. There are times I would rather have CI run locally, and use my PGP signature to add a git note to the commit. Something like:

``` echo "CI passed" | gpg2 --clearsign --output=- | git notes add -F- ```

Then CI could check git notes and check the dev signature, and skip the workflow/pipeline if correctly signed. With more local CI, the incentive may shift to buying devs fancier machines instead of spending that money on cloud CI. I bet most devs have extra cores to spare and would not mind having a beefier dev machine.

duped an hour ago | parent | prev [-]

This goes against every incentive for the CI service provider

anon7000 26 minutes ago | parent [-]

Not necessarily. For example, Buildkite lets you host your own runners.