Unverified Commit 20847a6e authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

ci: xfail failing chunked_prefill_offload test and fix ucx tag (#6006)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 458b2066
...@@ -147,7 +147,7 @@ SGLANG_RUNTIME_IMAGE_TAG_CU13="v0.5.8-cu130-runtime" ...@@ -147,7 +147,7 @@ SGLANG_RUNTIME_IMAGE_TAG_CU13="v0.5.8-cu130-runtime"
PYTHON_VERSION="3.12" PYTHON_VERSION="3.12"
NIXL_REF=0.9.0 NIXL_REF=0.9.0
NIXL_UCX_REF=1.20.0 NIXL_UCX_REF=v1.20.0
NIXL_GDRCOPY_REF=v2.5.1 NIXL_GDRCOPY_REF=v2.5.1
NIXL_LIBFABRIC_REF=v2.3.0 NIXL_LIBFABRIC_REF=v2.3.0
......
...@@ -23,7 +23,7 @@ set -ex ...@@ -23,7 +23,7 @@ set -ex
GITHUB_URL="https://github.com" GITHUB_URL="https://github.com"
UCX_VERSION="1.20.0" UCX_VERSION="v1.20.0"
UCX_INSTALL_PATH="/usr/local/ucx/" UCX_INSTALL_PATH="/usr/local/ucx/"
CUDA_PATH="/usr/local/cuda" CUDA_PATH="/usr/local/cuda"
......
...@@ -108,6 +108,7 @@ def tester(llm_server_kvbm): # noqa: F811 ...@@ -108,6 +108,7 @@ def tester(llm_server_kvbm): # noqa: F811
], ],
indirect=True, indirect=True,
) )
@pytest.mark.xfail(reason="Test currently failing and blocking CI")
def test_chunked_prefill_offload(tester, llm_server_kvbm): # noqa: F811 def test_chunked_prefill_offload(tester, llm_server_kvbm): # noqa: F811
""" """
Validate that chunked prefill blocks are offloaded. Validate that chunked prefill blocks are offloaded.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment