Block a user
Tests in CI are flakey
My thinking was to just try it initially and see if it makes the tests reliable. Then we can think about next steps.
Tests in CI are flakey
Another idea: could we just try a faster runner and see if that fixes the problem?
Tests in CI are flakey
Definitely shorter times than the failure case. Is there some global timeout we can set?
Clean up test suite
Curious about why this change was needed. It broke stack orchestrator's use of laconicd, for example.
Changes to make double-nested containerization work
Add a script to simplify creating and funding a new account.
Add some comments saying what the script is for and how to run it please.
Latest Gitea prints a token warning message on install
Changes to make double-nested containerization work
Support automatically available docker functionality
Code in Gitea that overrides the entrypoint for the container: https://gitea.com/gitea/act/src/branch/main/pkg/runner/run_context.go#L351 We could try changing that to not override the entrypoint…