Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ steps:
timeout_in_minutes: 60
working_dir: "/vllm-workspace/"
gpu: b200
# optional: true
optional: true # disable while debugging
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While disabling a failing test is a reasonable temporary measure to unblock the CI, there's a risk it might be forgotten and left disabled permanently. This would prevent catching regressions in the GPT-OSS evaluation on Blackwell GPUs. To mitigate this, it's highly recommended to create a tracking issue to fix and re-enable this test, and reference the issue number in a comment here.

  optional: true # TODO(<issue-link>): Re-enable this test after fixing the failures.

source_file_dependencies:
- tests/evals/gpt_oss
- vllm/model_executor/models/gpt_oss.py
Expand Down