From 13458a980e6df63d67e59446cea3649d3a96240c Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 12 Aug 2026 23:46:07 +0200 Subject: [PATCH] ci: run the frontend gate on the light runner --- .gitea/workflows/gates.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gates.yml b/.gitea/workflows/gates.yml index 64fbc4c..2b08f89 100644 --- a/.gitea/workflows/gates.yml +++ b/.gitea/workflows/gates.yml @@ -104,7 +104,11 @@ jobs: run: zig build test-aarch64 -fqemu frontend: - runs-on: ubuntu-24.04 + # The light runner, a second act_runner at capacity 1 that advertises only + # this label. This job peaks around 355 MB (tsc), well inside that runner's + # 1536Mi dind limit, and it runs no docker command — so it overlaps the + # heavy runner's zig and image work instead of queueing behind it. + runs-on: ubuntu-24.04-light steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0