Skip to content

Commit

Permalink
fix scheduled e2e (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Mar 2, 2023
1 parent 5cd8649 commit fd3bee6
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion .github/workflows/scheduled-e2e.yaml
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
HELM_VERSION: v3.10.1
HELM_VERSION: v3.10.3

jobs:
k8s-conformance-e2e:
Expand Down Expand Up @@ -73,6 +73,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/k8s-network/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -153,6 +157,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/k8s-network/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -229,6 +237,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/k8s-network/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -361,6 +373,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -430,6 +446,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -663,6 +683,7 @@ jobs:
matrix:
branch:
- master
- release-1.11
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -698,6 +719,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -828,6 +853,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -907,6 +936,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down Expand Up @@ -981,6 +1014,10 @@ jobs:
with:
install_only: true

- name: Install ginkgo
working-directory: ${{ env.E2E_DIR }}
run: go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo

- name: Create kind cluster
working-directory: test/e2e/kube-ovn/branches/${{ matrix.branch }}
run: |
Expand Down

0 comments on commit fd3bee6

Please sign in to comment.