Carly Gundy
Carly Gundy
When trying to upgrade the GitHub `checkout` action from v3 to v4 using self-hosted runners with Kubernetes mode, I consistently get the following error: ``` Run '/home/runner/k8s/index.js' shell: /home/runner/externals/node20/bin/node {0}...
This PR moves the rosetta-api-docker-image CI job to github. It can only be triggered manually and requires the input `rosetta-api-release == true` to avoid triggering the job on an unrelated...
This PR removes any old references to GitLab.
It seems that this warning message is incorrect and misleading.
This uses self-hosted runners instead of `ubuntu-latest` to run the container build step. This speeds up the job from 10m down to 7m.
I'm starting to do some refactoring work on the containers. Starting off, I'm slowly removing dependencies that we don't need. This removes: - kubectl (the only reference I could find...
It doesn't look like https://github.com/dfinity/ic/pull/8096 had much of an effect, since we're still seeing the same amount of `context deadline exceeded` errors. This increases the remote_timeout to see if that...