46 lines
1007 B
YAML
46 lines
1007 B
YAML
runners:
|
|
# We don't specify `ram` as it's almost never a bottleneck:
|
|
# Usually the ratio of cores to memory is 2-4x.
|
|
|
|
arm64-ubuntu-large:
|
|
cpu: [16, 32]
|
|
family: ["c7g", "m7g"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: ubuntu24-full-arm64
|
|
|
|
arm64-ubuntu-small:
|
|
cpu: [2, 4]
|
|
family: ["c7g", "m7g"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: ubuntu24-full-arm64
|
|
|
|
x64-ubuntu-large:
|
|
cpu: [16, 32]
|
|
family: ["c7", "m7"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: ubuntu24-full-x64
|
|
|
|
x64-ubuntu-small:
|
|
cpu: [2, 4]
|
|
family: ["c7", "m7"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: ubuntu24-full-x64
|
|
|
|
x64-windows-large:
|
|
cpu: [16, 32]
|
|
family: ["c7", "m7"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: windows25-full-x64
|
|
|
|
x64-windows-small:
|
|
cpu: [2, 4]
|
|
family: ["c7", "m7"]
|
|
volume: 250gb
|
|
spot: price-capacity-optimized
|
|
image: windows25-full-x64
|