Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
  • Loading branch information
dashanji committed Mar 20, 2023
1 parent d0673b6 commit 8acc228
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/k8s-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ jobs:
with:
path: artifacts

- name: sleep
run: sleep infinity

- name: Add envs to GITHUB_ENV
run: |
short_sha=$(git rev-parse --short HEAD)
Expand Down Expand Up @@ -402,7 +405,7 @@ jobs:
# create a kubernetes cluster with 2 nodes
minikube start --base-image='registry-vpc.cn-hongkong.aliyuncs.com/graphscope/kicbase:v0.0.32' \
--nodes 2 --cpus='6' --memory='30000mb' --disk-size='40000mb' \
--nodes 2 --cpus='6' --memory='20000mb' --disk-size='40000mb' \
--mount=true --mount-string="${GS_TEST_DIR}:${GS_TEST_DIR}"
export GS_REGISTRY=""
Expand Down

0 comments on commit 8acc228

Please sign in to comment.