From 5aab491bc98fbc5ae83274b5906f342c747a8ced Mon Sep 17 00:00:00 2001 From: Nick Hill Date: Tue, 21 Jul 2026 15:43:20 +0100 Subject: [PATCH] [CI] Wire tests/models/inkling into a B200 job (#49325) Signed-off-by: Nick Hill Co-authored-by: Claude Opus 4.8 (1M context) --- .buildkite/test_areas/models_basic.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.buildkite/test_areas/models_basic.yaml b/.buildkite/test_areas/models_basic.yaml index 95827a89458..2e542b6db4d 100644 --- a/.buildkite/test_areas/models_basic.yaml +++ b/.buildkite/test_areas/models_basic.yaml @@ -46,6 +46,19 @@ steps: depends_on: - image-build-amd +- label: Inkling Unit Tests (B200) + key: inkling-unit-tests-b200 + timeout_in_minutes: 40 + device: b200-k8s + source_file_dependencies: + - vllm/models/inkling/ + - vllm/cute_utils/ + - cmake/external_projects/tml_fa4.cmake + - tests/models/inkling/ + commands: + # FA4 kernel tests require SM100; the suite skips them elsewhere. + - pytest -v -s models/inkling + - label: Basic Models Test (Other CPU) # 5min key: basic-models-test-other-cpu depends_on: