[CI] Temporarily turn off H100 performance benchmark (#7104)
This commit is contained in:
parent
99d7cabd7b
commit
67d745cc68
@ -42,20 +42,20 @@ steps:
|
|||||||
- name: devshm
|
- name: devshm
|
||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
- label: "H100"
|
# - label: "H100"
|
||||||
agents:
|
# agents:
|
||||||
queue: H100
|
# queue: H100
|
||||||
plugins:
|
# plugins:
|
||||||
- docker#v5.11.0:
|
# - docker#v5.11.0:
|
||||||
image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
|
# image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
|
||||||
command:
|
# command:
|
||||||
- bash
|
# - bash
|
||||||
- .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
|
# - .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
|
||||||
mount-buildkite-agent: true
|
# mount-buildkite-agent: true
|
||||||
propagate-environment: true
|
# propagate-environment: true
|
||||||
ipc: host
|
# ipc: host
|
||||||
gpus: all
|
# gpus: all
|
||||||
environment:
|
# environment:
|
||||||
- VLLM_USAGE_SOURCE
|
# - VLLM_USAGE_SOURCE
|
||||||
- HF_TOKEN
|
# - HF_TOKEN
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user