Skip to content

Commit 67d745c

Browse files
authored
[CI] Temporarily turn off H100 performance benchmark (#7104)
1 parent 99d7cab commit 67d745c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.buildkite/nightly-benchmarks/benchmark-pipeline.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ steps:
4242
- name: devshm
4343
emptyDir:
4444
medium: Memory
45-
- label: "H100"
46-
agents:
47-
queue: H100
48-
plugins:
49-
- docker#v5.11.0:
50-
image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
51-
command:
52-
- bash
53-
- .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
54-
mount-buildkite-agent: true
55-
propagate-environment: true
56-
ipc: host
57-
gpus: all
58-
environment:
59-
- VLLM_USAGE_SOURCE
60-
- HF_TOKEN
45+
# - label: "H100"
46+
# agents:
47+
# queue: H100
48+
# plugins:
49+
# - docker#v5.11.0:
50+
# image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
51+
# command:
52+
# - bash
53+
# - .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
54+
# mount-buildkite-agent: true
55+
# propagate-environment: true
56+
# ipc: host
57+
# gpus: all
58+
# environment:
59+
# - VLLM_USAGE_SOURCE
60+
# - HF_TOKEN
6161

0 commit comments

Comments
 (0)