Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helm-chart CI test workflow. #1140

Merged
merged 17 commits into from
Jan 20, 2025
Merged

Add helm-chart CI test workflow. #1140

merged 17 commits into from
Jan 20, 2025

Conversation

ZePan110
Copy link
Collaborator

Description

Add helm-chart CI test workflow.

Issues

List the issue or RFC link this PR is working on. If there is no such link, please mark it as n/a.

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

@ZePan110 ZePan110 force-pushed the helm-ci branch 3 times, most recently from f35b502 to 3608743 Compare January 14, 2025 07:38
@ZePan110 ZePan110 requested a review from lkk12014402 as a code owner January 14, 2025 07:39
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
@ZePan110 ZePan110 force-pushed the helm-ci branch 3 times, most recently from 986a3a6 to 0fd0b34 Compare January 17, 2025 07:53
@ZePan110 ZePan110 force-pushed the helm-ci branch 7 times, most recently from 7467d72 to 435fa22 Compare January 17, 2025 09:33
@ZePan110 ZePan110 force-pushed the helm-ci branch 2 times, most recently from 88daec6 to 076a1c1 Compare January 17, 2025 09:58
@ZePan110 ZePan110 force-pushed the helm-ci branch 3 times, most recently from e52d376 to 1f2a168 Compare January 17, 2025 10:08
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
@ZePan110 ZePan110 force-pushed the helm-ci branch 8 times, most recently from 4ab30c3 to 89f23f6 Compare January 20, 2025 04:07
.github/workflows/pr-helm-test.yaml Outdated Show resolved Hide resolved
@yongfengdu yongfengdu merged commit 99acdbf into main Jan 20, 2025
12 checks passed
@yongfengdu yongfengdu deleted the helm-ci branch January 20, 2025 06:22
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} --set global.modelUseHostPath=/home/sdp/.cache/huggingface/hub -f comps/${{ inputs.service }}/deployment/kubernetes/${value_file} --version 0-latest --wait; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to --set GOOGLE_CSE_ID=${GOOGLE_CSE_ID },GOOGLE_API_KEY=${GOOGLE_API_KEY} to make web-retriever helm CI happy.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll create another PR to add them.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added by #1177

Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants