Skip to content

Commit

Permalink
fix(interactive): Integrate multi-pod and one-pod charts into one. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 authored Apr 18, 2024
1 parent 9cf5de8 commit 2e893d1
Show file tree
Hide file tree
Showing 54 changed files with 688 additions and 1,478 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# helm deployment and testing
cd ${GITHUB_WORKSPACE}/charts
helm install ci --set image.tag=${SHORT_SHA} ./graphscope-store
helm install ci --set image.tag=${SHORT_SHA},distributed.enabled=true,store.replicaCount=2 ./graphscope-store
helm test ci --timeout 5m0s
- name: Test the helm deployment
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
helm uninstall ci
sleep 30
cd ${GITHUB_WORKSPACE}/charts
helm install ci --set image.tag=${SHORT_SHA} ./graphscope-store
helm install ci --set image.tag=${SHORT_SHA},distributed.enabled=true,store.replicaCount=2 ./graphscope-store
- name: Helm Test with Helm Deployment and PersistentVolume
run: |
Expand Down
1 change: 0 additions & 1 deletion charts/graphscope-store-one-pod/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions charts/graphscope-store-one-pod/.helmignore

This file was deleted.

31 changes: 0 additions & 31 deletions charts/graphscope-store-one-pod/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/graphscope-store-one-pod/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions charts/graphscope-store-one-pod/templates/NOTES.txt

This file was deleted.

171 changes: 0 additions & 171 deletions charts/graphscope-store-one-pod/templates/_helpers.tpl

This file was deleted.

115 changes: 0 additions & 115 deletions charts/graphscope-store-one-pod/templates/configmap.yaml

This file was deleted.

Loading

0 comments on commit 2e893d1

Please sign in to comment.