Enable async-assert invariant probes by default in CI (#27461)

This commit is contained in:
Liangsheng Yin
2026-06-06 16:23:21 -07:00
committed by GitHub
parent 4b0f629082
commit 032c9efb46
16 changed files with 47 additions and 62 deletions
+1
View File
@@ -17,6 +17,7 @@ WORKDIR="/sglang-checkout/test/srt"
declare -A ENV_MAP=(
[SGLANG_IS_IN_CI_AMD]=1
[SGLANG_IS_IN_CI]=1
[SGLANG_ENABLE_ASYNC_ASSERT]=1
[SGLANG_USE_AITER]=1
)