File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 4747 filters : |
4848 vllm:
4949 - 'container/Dockerfile.vllm'
50- - 'container/Dockerfile.vllm_nixl '
51- - 'examples/python/llm /**'
50+ - 'container/Dockerfile.vllm_v1 '
51+ - 'examples/vllm /**'
5252 - 'examples/python_rs/llm/**'
5353 - 'container/deps/requirements.vllm.txt'
5454 - 'container/deps/vllm/**'
6262 - 'tests/serve/test_trtllm.py'
6363 sdk:
6464 - 'deploy/**'
65+ sglang:
66+ - 'container/Dockerfile.sglang'
67+ - 'container/Dockerfile.sglang-deepep'
68+ - 'examples/sglang/**'
69+ - 'container/build.sh'
6570 - name : Check if Validation Workflow has run
6671 id : check_workflow
6772 uses : actions/github-script@v6
@@ -104,6 +109,10 @@ jobs:
104109 ci_variables["RUN_TENSORRTLLM"]="true"
105110 fi
106111
112+ if [ "${{ steps.src_changes.outputs.sglang }}" == "true" ]; then
113+ ci_variables["RUN_SGLANG"]="true"
114+ fi
115+
107116 if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
108117 ci_variables["RUN_SDK_CI"]="true"
109118 fi
You can’t perform that action at this time.
0 commit comments