From 7f6321a20ef07d780568ea71d65f40b37471b712 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Sun, 26 Jan 2025 09:10:39 +0000 Subject: [PATCH] CI: enable mivlus related test Signed-off-by: Lianhao Lu --- .github/workflows/manual-helm-cd-workflow.yaml | 6 +++--- .github/workflows/pr-chart-e2e.yaml | 4 ++-- .github/workflows/pr-chart-validate.yaml | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/manual-helm-cd-workflow.yaml b/.github/workflows/manual-helm-cd-workflow.yaml index 869383ed..d0aa0d59 100644 --- a/.github/workflows/manual-helm-cd-workflow.yaml +++ b/.github/workflows/manual-helm-cd-workflow.yaml @@ -56,7 +56,7 @@ jobs: if [[ "$file" == *"nv-values.yaml" ]] || [[ "$file" == *"hpa-values.yaml" ]] || [[ "$file" == *"/values.yaml" ]]; then continue fi - if [[ "$file" == *"variant_"* ]] || [[ "$file" == *"milvus"* ]]; then + if [[ "$file" == *"variant_"* ]]; then continue fi filename=$(basename "$file" .yaml) @@ -77,7 +77,7 @@ jobs: if [[ "$file" == *"nv-values.yaml" ]] || [[ "$file" == *"hpa-values.yaml" ]] || [[ "$file" == *"/values.yaml" ]]; then continue fi - if [[ "$file" == *"variant_"* ]] || [[ "$file" == *"milvus"* ]]; then + if [[ "$file" == *"variant_"* ]]; then continue fi filename=$(basename "$file" .yaml) @@ -97,7 +97,7 @@ jobs: if [[ "$file" == *"nv-values.yaml" ]] || [[ "$file" == *"hpa-values.yaml" ]] || [[ "$file" == *"/values.yaml" ]]; then continue fi - if [[ "$file" == *"variant_"* ]] || [[ "$file" == *"milvus"* ]]; then + if [[ "$file" == *"variant_"* ]]; then continue fi filename=$(basename "$file" .yaml) diff --git a/.github/workflows/pr-chart-e2e.yaml b/.github/workflows/pr-chart-e2e.yaml index 6a4cdd39..9943a05c 100644 --- a/.github/workflows/pr-chart-e2e.yaml +++ b/.github/workflows/pr-chart-e2e.yaml @@ -55,7 +55,7 @@ jobs: if [[ "$file" == *"nv-values.yaml" ]] || [[ "$file" == *"hpa-values.yaml" ]] || [[ "$file" == *"/values.yaml" ]]; then continue fi - if [[ "$file" == *"variant_"* ]] || [[ "$file" == *"milvus"* ]]; then + if [[ "$file" == *"variant_"* ]]; then continue fi filename=$(basename "$file" .yaml) @@ -73,7 +73,7 @@ jobs: if [[ "$file" == *"nv-values.yaml" ]] || [[ "$file" == *"hpa-values.yaml" ]] || [[ "$file" == *"/values.yaml" ]]; then continue fi - if [[ "$file" == *"variant_"* ]] || [[ "$file" == *"milvus"* ]]; then + if [[ "$file" == *"variant_"* ]]; then continue fi filename=$(basename "$file" .yaml) diff --git a/.github/workflows/pr-chart-validate.yaml b/.github/workflows/pr-chart-validate.yaml index 9b1af29b..66523af7 100644 --- a/.github/workflows/pr-chart-validate.yaml +++ b/.github/workflows/pr-chart-validate.yaml @@ -41,7 +41,7 @@ jobs: python-version: "3.x" check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Run chart-testing (list-changed) id: list-changed run: | @@ -53,5 +53,6 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: | helm-charts/update_dependency.sh - helm repo add milvus https://zilliztech.github.io/milvus-helm - ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }} + ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }} \ + --chart-repos milvus=https://zilliztech.github.io/milvus-helm \ + --chart-repos qdrant=https://qdrant.github.io/qdrant-helm