Skip to content

Commit

Permalink
temporaryly close the testing of package kubecm to avoid disk unava…
Browse files Browse the repository at this point in the history
…ilable issue (#3007)
  • Loading branch information
hailaz authored Oct 10, 2023
1 parent 35e5f1f commit d10d968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ for file in `find . -name go.mod`; do

# package kuhecm needs golang >= v1.18
if [ "kubecm" = $(basename $dirpath) ]; then
continue 1
if ! go version|grep -q "1.19"; then
echo "ignore kubecm as go version: $(go version)"
continue 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ jobs:
- name: Start Consul Containers
run: docker-compose -f ".github/workflows/consul/docker-compose.yml" up -d --build

- name: Start Minikube
uses: medyagh/setup-minikube@master
# - name: Start Minikube
# uses: medyagh/setup-minikube@master

- name: Setup Golang ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: true
cache: false
cache-dependency-path: '**/go.sum'

- name: Before Script
Expand Down

0 comments on commit d10d968

Please sign in to comment.