On this page
March 5, 2024
Enhancement : All runners now have 150GB of disk space. This is a 50% increase from the previous 100GB.
Enhancement : Updated the Ubuntu x86-64 runners to be in sync with GitHub Actions runners release 20240225.1.1 . The key changes are:
[All OSes] Ruby versions <= 2.7.x will be removed on February, 26
[All OSes] Go 1.19.x will be removed and 1.21.x set as default on February, 26
Fix : Introduced and fixed a bug where the local dockerhub mirror was erroring out in a few cases.
March 9, 2024
Fix : A race condition caused a small fraction of runners to terminate before the job was complete. This is not fixed.
Change : Billing for jobs is now done on a per-minute basis.
March 16, 2024
Enhancement : The product architecture has been updated to flatten and simplify the serving stack. This results in a huge improvement to the runner start time.
March 19, 2024
Enhancement : New runner types are available.
warp-ubuntu-latest-x64-8x
- 8 vCPUs, 32GB RAM, 150GB disk space
warp-ubuntu-latest-x64-32x
- 30 vCPUs, 120GB RAM, 150GB disk space
warp-ubuntu-latest-arm64-8x
- 8 vCPUs, 32GB RAM, 150GB disk space
warp-ubuntu-latest-arm64-32x
- 32 vCPUs, 128GB RAM, 150GB disk space
Fix : The p99 for runner start time has been reduced by 50%.