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 1f2a168
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_run-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
exit 0
fi
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
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
echo "Failed to install chart ${{ inputs.service }}"
echo "skip_validate=true" >> $GITHUB_ENV
.github/workflows/scripts/k8s-utils.sh dump_pods_status $NAMESPACE
Expand Down
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 1f2a168

Please sign in to comment.