Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a720fa12
Commit
a720fa12
authored
Mar 06, 2025
by
Anant Sharma
Committed by
GitHub
Mar 06, 2025
Browse files
ci: run sdk-ci for changes in deploy/compoundai (#33)
parent
1f2631a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+6
-0
No files found.
.github/workflows/trigger_ci.yml
View file @
a720fa12
...
...
@@ -50,6 +50,8 @@ jobs:
- 'examples/python_rs/llm/**'
- 'container/deps/requirements.vllm.txt'
- 'container/deps/vllm/**'
sdk:
- 'deploy/compoundai/**'
-
name
:
Trigger Pipeline
run
:
|
#!/bin/bash -e
...
...
@@ -58,6 +60,10 @@ jobs:
ci_variables["RUN_VLLM"]="true"
fi
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
ci_variables["RUN_SDK_CI"]="true"
fi
ci_args=""
for key in "${!ci_variables[@]}"; do
ci_args+="--form variables[$key]=${ci_variables[$key]} "
...
...
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