Skip to content

Commit ad9c5ee

Browse files
authored
Disable unrunnable benchmarks cpu test (#3046)
1 parent 3cf1df0 commit ad9c5ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmarks_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
benchmark_cpu:
1616
name: CPU Pytest benchmark
17-
runs-on: linux.g5.4xlarge.nvidia.cpu
17+
runs-on: linux.4xlarge
18+
# Disabling job since it hasn't worked for months
19+
if: false
1820
defaults:
1921
run:
2022
shell: bash -l {0}

0 commit comments

Comments
 (0)