Skip to content

Commit

Permalink
ci: remove 3-master e2e
Browse files Browse the repository at this point in the history
As the resource provided by github action is limited and 3-master-e2e
uses lots memory and cpu which might lead to k8s crush. Skip this e2e
to accelerate ci process.
  • Loading branch information
oilbeater committed May 9, 2021
1 parent 45bbfa9 commit bd3f13d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,21 +202,6 @@ jobs:
docker load --input image.tar
sudo make kind-install
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
id: go

- name: Run E2E
run: |
go get -u github.com/onsi/ginkgo/ginkgo
go get -u github.com/onsi/gomega/...
sudo kubectl cluster-info
sudo chmod 666 /home/runner/.kube/config
make e2e
ipv6-e2e:
needs: build
name: ipv6-e2e
Expand Down

0 comments on commit bd3f13d

Please sign in to comment.