this post was submitted on 08 Dec 2023
1 points (100.0% liked)

Hacker News

0 readers
0 users here now

This community serves to share top posts on Hacker News with the wider fediverse.

Rules0. Keep it legal

  1. Keep it civil and SFW
  2. Keep it safe for members of marginalised groups

founded 1 year ago
MODERATORS
 

Hey HN, I’m Surya and I’m excited to show you WarpBuild!

WarpBuild provides fast, secure x86-64 and arm64 Github actions runners. This speeds up your workloads by 30%, at half the cost, and takes ~2mins to get started.

We’ve been seeing pretty good results since we opened up signups a week ago and I’ve shared some numbers publicly here [1].

Currently, we support linux runners for Github organizations (not personal accounts) and MacOS support is coming soon (~Jan).

The way the runners work is deceptively simple: Runners are assigned to hardware that is ideal for build workloads with fast NVMe disks and high single-core performance.

The runners are allocated on VMs, not containers. This provides faster performance and enables use cases requiring (1) nested virtualization for running firecracker and other hypervisors, (2) k8s without relying on kind, and (3) Android emulators on arm64 instances in test workflows.

We also have released a Github Action called Action-Debugger that allows you to SSH into a running workflow for simplifying pesky debugging[2].

The same set of packages that you’d get on Github hosted runners are pre-configured (on x86-64 runners) so everything works out of the box with no modifications needed.

A very minor detail that I’m rather proud of, and I’d love your thoughts on improving it further, is the onboarding flow for the ease of moving workflows to WarpBuild. We’ve also put in a lot of effort into making the workflow start up time where we are as fast or faster than Github.

[1] https://x.com/suryaoruganti/status/1732932591001735419 [2] https://github.com/WarpBuilds/action-debugger, h/t to tmate

Making builds faster by providing optimal hardware and configurations across CI providers is the first step in our mission to make build engineering better.

I’d love your feedback on the product and thoughts on other CI pain points we could solve to enable better collaboration and developer experience.


There is a discussion on Hacker News, but feel free to comment here as well.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here