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
1 change: 0 additions & 1 deletion .buildkite/test_areas/model_executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ depends_on:
- image-build
steps:
- label: Model Executor
device: h200_35gb

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The pull request title indicates a revert to L4 hardware, but the device specification was removed entirely. To ensure the tests are correctly routed to L4 agents, the device key should be explicitly set to l4.

  device: l4

key: model-executor
timeout_in_minutes: 35
source_file_dependencies:
Expand Down
Loading