[benchmark] Make H100 benchmark optional (#10908)
This commit is contained in:
parent
2a56e1264f
commit
7883c2bbe7
@ -65,10 +65,15 @@ steps:
|
|||||||
- VLLM_USAGE_SOURCE
|
- VLLM_USAGE_SOURCE
|
||||||
- HF_TOKEN
|
- HF_TOKEN
|
||||||
|
|
||||||
|
- block: "Run H100 Benchmark"
|
||||||
|
key: block-h100
|
||||||
|
depends_on: ~
|
||||||
|
|
||||||
- label: "H100"
|
- label: "H100"
|
||||||
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
|
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
|
||||||
agents:
|
agents:
|
||||||
queue: H100
|
queue: H100
|
||||||
|
depends_on: block-h100
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v5.12.0:
|
- docker#v5.12.0:
|
||||||
image: public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
|
image: public.ecr.aws/q9t5s3a7/vllm-ci-postmerge-repo:$BUILDKITE_COMMIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user