Skip to content

Commit e52d376

Browse files
committed
test
Signed-off-by: ZePan110 <[email protected]>
1 parent 435fa22 commit e52d376

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/pr-helm-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
service=$(echo "$values_file" | cut -d'/' -f2) # agent
4848
if [[ "$valuefile" == *"gaudi"* ]]; then
4949
hardware="gaudi"
50-
elif [[ "$valuefile" == *"cpu"* ]]; then
50+
elif [[ "$valuefile" == *"nv"* ]]; then
51+
continue
52+
else
5153
hardware="xeon"
5254
fi
5355
echo "service=${service}, hardware=${hardware}, valuefile=${valuefile}"

comps/agent/deployment/kubernetes/gaudi-values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ tgi:
3636
periodSeconds: 5
3737
timeoutSeconds: 1
3838
failureThreshold: 120
39-
# test:
40-
# enabled: true

comps/asr/deployment/kubernetes/cpu-values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33

44
whisper:
55
enabled: true
6-
# test:
7-
# enabled: true
6+
#test

0 commit comments

Comments
 (0)