"...src/http/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "adad2ecdd7485826d7ac926bf0e62caa958784ed"
Commit a720fa12 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

ci: run sdk-ci for changes in deploy/compoundai (#33)

parent 1f2631a8
...@@ -50,6 +50,8 @@ jobs: ...@@ -50,6 +50,8 @@ jobs:
- 'examples/python_rs/llm/**' - 'examples/python_rs/llm/**'
- 'container/deps/requirements.vllm.txt' - 'container/deps/requirements.vllm.txt'
- 'container/deps/vllm/**' - 'container/deps/vllm/**'
sdk:
- 'deploy/compoundai/**'
- name: Trigger Pipeline - name: Trigger Pipeline
run: | run: |
#!/bin/bash -e #!/bin/bash -e
...@@ -58,6 +60,10 @@ jobs: ...@@ -58,6 +60,10 @@ jobs:
ci_variables["RUN_VLLM"]="true" ci_variables["RUN_VLLM"]="true"
fi fi
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
ci_variables["RUN_SDK_CI"]="true"
fi
ci_args="" ci_args=""
for key in "${!ci_variables[@]}"; do for key in "${!ci_variables[@]}"; do
ci_args+="--form variables[$key]=${ci_variables[$key]} " ci_args+="--form variables[$key]=${ci_variables[$key]} "
......
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