Skip to content

Commit 1f2a168

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

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/_run-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
exit 0
156156
fi
157157
158-
if ! helm install --create-namespace --namespace $NAMESPACE $RELEASE_NAME oci://ghcr.io/opea-project/charts/${CHART_NAME} --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f comps/${{ inputs.workload }}/deployment/kubernetes/${value_file} --version 0-latest ; then
158+
if ! helm install --create-namespace --namespace $NAMESPACE $RELEASE_NAME oci://ghcr.io/opea-project/charts/${CHART_NAME} --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f comps/${{ inputs.service }}/deployment/kubernetes/${value_file} --version 0-latest ; then
159159
echo "Failed to install chart ${{ inputs.service }}"
160160
echo "skip_validate=true" >> $GITHUB_ENV
161161
.github/workflows/scripts/k8s-utils.sh dump_pods_status $NAMESPACE

.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)