From d5fdab7022bd19b302e207c2d3c67a169bf4d162 Mon Sep 17 00:00:00 2001 From: ishandhanani <82981111+ishandhanani@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:21:30 -0700 Subject: [PATCH] chore: add NIXL owners and CI access (#40602) Co-authored-by: Kangyan-Zhou --- .github/CI_PERMISSIONS.json | 18 ++++++++++++++++++ .github/CODEOWNERS | 2 ++ 2 files changed, 20 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 1d6d40a18..217a5ab7f 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -731,6 +731,12 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "iyastreb": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "jason-fxz": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -900,6 +906,12 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "lluki": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "luccafong": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -1020,6 +1032,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "ovidiusm": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "pansicheng": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55f9d5bbc..014a9a167 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,7 @@ /python/sglang/srt/disaggregation/ascend @ping1jing2 @iforgetmyname /python/sglang/srt/disaggregation/encoder @ShangmingCai @liusy58 @ZhengWG @gty111 /python/sglang/srt/disaggregation/mori @Duyi-Wang @kkHuang-amd @HaiShaw @Lzy17 @billishyahao +/python/sglang/srt/disaggregation/nixl @iyastreb @ovidiusm @lluki /python/sglang/srt/distributed @yizhang2077 @merrymercy @ch-wan /python/sglang/srt/distributed/device_communicators/mooncake_transfer_engine.py @ShangmingCai @stmatengss /python/sglang/srt/dllm @ClawSeven @btw616 @rwang5203 @@ -55,6 +56,7 @@ /python/sglang/srt/mem_cache/allocator @hnyls2002 @hzh0425 @xiezhq-hermann @ispobock @alphabetc1 @huangtingwei9988 /python/sglang/srt/mem_cache/rust_tree_core @Jialin @hzh0425 @xiezhq-hermann @ispobock @alphabetc1 /python/sglang/srt/mem_cache/storage/mooncake_store @huangtingwei9988 @stmatengss +/python/sglang/srt/mem_cache/storage/nixl @iyastreb @ovidiusm @lluki /python/sglang/srt/mem_cache/embedding_*.py @liusy58 /python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_embedding_store.py @liusy58 /python/sglang/srt/model_executor @merrymercy @Ying1123 @hnyls2002 @Fridge003 @ispobock