Skip to content

Commit 0e272f1

Browse files
committed
Use linux.8xlarge.memory runner for Cadence tests
Larger runner to avoid OOM kills from parallel cadence_runner subprocesses, and restore -n auto for test-ops.
1 parent 31fe827 commit 0e272f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_test_cadence.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: 'Runner type'
1313
required: false
1414
type: string
15-
default: linux.2xlarge.memory
15+
default: linux.8xlarge.memory
1616
ref:
1717
description: 'Git ref to checkout'
1818
required: false
@@ -70,4 +70,4 @@ jobs:
7070
chmod +x cmake-out/backends/cadence/cadence_runner
7171
7272
export PYTHONPATH="${PYTHONPATH:-}:$(pwd)/backends/cadence/utils/FACTO"
73-
python -m pytest examples/cadence/operators/ -v -n 4
73+
python -m pytest examples/cadence/operators/ -v -n auto

0 commit comments

Comments
 (0)