Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
02484e7f
Unverified
Commit
02484e7f
authored
May 13, 2025
by
Tanmay Verma
Committed by
GitHub
May 13, 2025
Browse files
ci: Trigger TRTLLM pipeline if the direct dependencies are modified (#1049)
parent
ee5d9913
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+10
-0
No files found.
.github/workflows/trigger_ci.yml
View file @
02484e7f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment