Unverified Commit 02484e7f authored by Tanmay Verma's avatar Tanmay Verma Committed by GitHub
Browse files

ci: Trigger TRTLLM pipeline if the direct dependencies are modified (#1049)

parent ee5d9913
......@@ -52,6 +52,12 @@ jobs:
- 'examples/python_rs/llm/**'
- 'container/deps/requirements.vllm.txt'
- 'container/deps/vllm/**'
trtllm:
- 'container/Dockerfile.tensorrt_llm'
- 'examples/tensorrt_llm/**'
- 'container/build.sh'
- 'container/build_trtllm_wheel.sh'
- 'container/deps/**'
sdk:
- 'deploy/**'
- name: Check if Validation Workflow has run
......@@ -92,6 +98,10 @@ jobs:
ci_variables["RUN_VLLM"]="true"
fi
if [ "${{ steps.src_changes.outputs.trtllm }}" == "true" ]; then
ci_variables["RUN_TENSORRTLLM"]="true"
fi
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
ci_variables["RUN_SDK_CI"]="true"
fi
......
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