Zeke Foppa
Zeke Foppa
Running `spacetime` with a custom `--root-dir` gives a cryptic error: ``` $ spacetime --root-dir ~/.local/bin Error: a value is required for '--root-dir ' but none was supplied ``` It does...
# Description of Changes Changes with cache hit: CI / Smoketests (spacetimedb-runner): 17m -> 10m CI / Smoketests (windows-latest): 39m -> 31m CI / Lints: 3m30s -> 2m unity-testsuite: 23m...
Our smoketests take a while to run. We'd like to parallelize them by spinning up multiple SpacetimeDB instances, isolated by running on separate ports and with separate data directories, and...
When a public `Internal Tests` job is cancelled, cancel the corresponding private job as well. # TODO - Split the job into a part that kicks off the workflow, and...
Some of our CI is just sanity checks / final checks. Let's move some of the things (e.g. the "runs on every platform" checks) to merge_queue only rather than on...
We are pretty frequently having smoketest failures: ``` Restarting containers Trying http://127.0.0.1:5432/v1/ping ... error: [Errno 104] Connection reset by peer Trying http://127.0.0.1:3000/v1/ping ... error: [Errno 104] Connection reset by peer...
If the most recent CI run was already up-to-date with latest master, don't re-run CI in the merge queue. It looks like the only way to do this is to...
arm-runner regularly gets behind. we should either improve how many things can run at once, reduce how often arm jobs need to run, or beef up the machine