Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Jan 17, 2025
1 parent 435fa22 commit 88daec6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr-helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
service=$(echo "$values_file" | cut -d'/' -f2) # agent
if [[ "$valuefile" == *"gaudi"* ]]; then
hardware="gaudi"
elif [[ "$valuefile" == *"cpu"* ]]; then
elif [[ "$valuefile" == *"nv"* ]]; then
continue
else
hardware="xeon"
fi
echo "service=${service}, hardware=${hardware}, valuefile=${valuefile}"
Expand Down
2 changes: 0 additions & 2 deletions comps/agent/deployment/kubernetes/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ tgi:
periodSeconds: 5
timeoutSeconds: 1
failureThreshold: 120
# test:
# enabled: true
2 changes: 0 additions & 2 deletions comps/asr/deployment/kubernetes/cpu-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@

whisper:
enabled: true
# test:
# enabled: true
1 change: 1 addition & 0 deletions comps/dataprep/deployment/kubernetes/milvus-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ MILVUS_PORT: "19530"
COLLECTION_NAME: "rag_milvus"
MOSEC_EMBEDDING_ENDPOINT: ""
MOSEC_EMBEDDING_MODEL: ""
#test

0 comments on commit 88daec6

Please sign in to comment.