From 800296a1f656e514ec469a5e916efde12ed1110d Mon Sep 17 00:00:00 2001 From: Kuntai Du Date: Fri, 2 Aug 2024 23:52:44 -0700 Subject: [PATCH] [CI] Temporarily turn off H100 performance benchmark (#7104) --- .../benchmark-pipeline.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml index 02c0ee534d72c..8490c9f1da221 100644 --- a/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml +++ b/.buildkite/nightly-benchmarks/benchmark-pipeline.yaml @@ -42,20 +42,20 @@ steps: - name: devshm emptyDir: medium: Memory - - label: "H100" - agents: - queue: H100 - plugins: - - docker#v5.11.0: - image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT - command: - - bash - - .buildkite/nightly-benchmarks/run-benchmarks-suite.sh - mount-buildkite-agent: true - propagate-environment: true - ipc: host - gpus: all - environment: - - VLLM_USAGE_SOURCE - - HF_TOKEN + # - label: "H100" + # agents: + # queue: H100 + # plugins: + # - docker#v5.11.0: + # image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT + # command: + # - bash + # - .buildkite/nightly-benchmarks/run-benchmarks-suite.sh + # mount-buildkite-agent: true + # propagate-environment: true + # ipc: host + # gpus: all + # environment: + # - VLLM_USAGE_SOURCE + # - HF_TOKEN