Skip to content

Debug runner selection

The job must use tags exposed by the RealHW project runner.

tags:
- saas-linux-large-amd64
- gpu:nvidia

Markers are lowercase and use : separators.

Good:

nic:tier:25g
gpu:count:1
arch:aarch64

Use HW_* variables for explicit reservations. A tag like nic:tier:25g selects eligible hosts; HW_NIC_TIER=25g asks RealHW to reserve a NIC tier for the job.

A valid hardware request can wait while matching capacity is busy. If the request can never be satisfied by your project’s capacity, the job fails before container start.