Piotr Galar
Piotr Galar
Hey, thank you for the PR 🥳 As for the original issue (https://github.com/testground/testground/issues/1495) it seems to me, it could also be addressed by: - using either Go 1.16 or 1.17...
> I'm using `docker:go` for running my test plans. I agree it was trying to access go from an image, but by default it was pulling `1.16-buster`. I might have...
> This is starting to approach my "newness" budget, but 20% is hard to pass up. That's a fair point. As for the runtime gains it might be coming with...
A bit delayed but I've finally managed to make the CI workflow pass on ARM64 runners - see https://github.com/galorgh/ref-fvm/pull/1. I did it in a fork because it requires setting up...
Here's the plan for completing this issues: - [x] Disconnect this repository from https://snapcraft.io/ipfs - [x] Remove snapcraft.yml from this repository (https://github.com/ipfs/kubo/pull/9352) - [x] Prepare a repository with snapcraft.yml which...
Kubo is no longer distributed through Snap.
> I just discovered https://github.com/pl-strflt/tf-aws-gh-runner. @galargh What would need to be done to use these runners for go-libp2p? It looks like it would clash with Unified CI, since the `runs-on`...
I just put `ubuntu` jobs from `Go Test` workflow on self-hosted GHA runner. Self-hosted runners are sourced from a separate pool which should free up the resources for other jobs....
Good catch, we didn't mention the format in https://github.com/protocol/.github#configuration-variables before. Now I added it in https://github.com/protocol/.github/commit/43e27921600f05276a1259a9d9d67cdb9ec4e905. > `UCI_*_RUNNER_*` variables expect the values to be JSON formatted. For example, if you...
We use https://github.com/philips-labs/terraform-aws-github-runner to set up our self-hosted runners. It gives the runners `os`, `architecture` and `self-hosted` labels by default. Additionally, we label our self-hosted runners with a runner group...