ci: run the frontend gate on the light runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user