Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <ze.pan@intel.com>
  • Loading branch information
ZePan110 committed Jan 17, 2025
1 parent 435fa22 commit e52d376
Show file tree
Hide file tree
Showing 3 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
3 changes: 1 addition & 2 deletions comps/asr/deployment/kubernetes/cpu-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@

whisper:
enabled: true
# test:
# enabled: true
#test

0 comments on commit e52d376

Please sign in to comment.