From fd3bee6ee22780d1d5739ce2b7ec156daf6c938d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Thu, 2 Mar 2023 11:22:12 +0800 Subject: [PATCH] fix scheduled e2e (#2417) --- .github/workflows/scheduled-e2e.yaml | 39 +++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-e2e.yaml b/.github/workflows/scheduled-e2e.yaml index ea5eb1e03e1..c0731fbe4ab 100644 --- a/.github/workflows/scheduled-e2e.yaml +++ b/.github/workflows/scheduled-e2e.yaml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - HELM_VERSION: v3.10.1 + HELM_VERSION: v3.10.3 jobs: k8s-conformance-e2e: @@ -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: | @@ -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: | @@ -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: | @@ -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: | @@ -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: | @@ -663,6 +683,7 @@ jobs: matrix: branch: - master + - release-1.11 steps: - uses: actions/checkout@v3 @@ -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: | @@ -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: | @@ -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: | @@ -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: |