"tools/vscode:/vscode.git/clone" did not exist on "45840b51704b86fcc6ee2a2a9265855ca3c534b8"
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:
- '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]} "
......
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