upvote
> each costs like 15 minutes

I've got a custom agent loop that will reuse unit testing results if no apply patch operations occurred since the last invoke.

Wall clock time isn't something I would put on the AI provider. That's entirely a consequence of the system that you've brought to the party.

reply
Even better, use some kind of local-ci runner that does deterministic builds from a dependency graph. No changes, no build, massive parallelism if you want it
reply
They don't always have a great concept of time so for something like running a full test suite that takes a long time you should just tell it not to do that
reply
deleted
reply
have you ever worked for a big company where that's the status quo for any tiny change... hours on _full test suites_ over and over again.
reply
Astra will initiate test suites, find one more thing independently while its running, reinitiate complete test suite after fixing it, then find one more thing, then test again. Easy to burn through GH actions minutes if you're not careful orchestrating.
reply