From 93cabc417cf88210f16ebf4b3c20b9adbe9ed83a Mon Sep 17 00:00:00 2001 From: Ameen Patel Date: Sun, 21 Dec 2025 07:43:01 -0800 Subject: [PATCH] ci: add nvidia-smi warmup before Prime-RL integration test (#31093) Signed-off-by: AmeenP --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 3c823fc872b05..1186acad48ae0 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -1359,6 +1359,7 @@ steps: - vllm/ - .buildkite/scripts/run-prime-rl-test.sh commands: + - nvidia-smi - bash .buildkite/scripts/run-prime-rl-test.sh - label: DeepSeek V2-Lite Accuracy