diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-16 17:42:53 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-11-20 14:22:52 +0800 |
| commit | 4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a (patch) | |
| tree | 894e32e44de69cf281e8104fac4746471e8b75a9 /.github/workflows | |
| parent | modification for controller-runtime 0.15.3 (diff) | |
| download | kubeedge-4b05bab96a4b6b3828dc4639a36f8fdd70f2fc5a.tar.gz | |
update kind version to 0.19.0
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main-doc.yaml | 8 | ||||
| -rw-r--r-- | .github/workflows/main.yaml | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/main-doc.yaml b/.github/workflows/main-doc.yaml index 01e007cf6..59c360327 100644 --- a/.github/workflows/main-doc.yaml +++ b/.github/workflows/main-doc.yaml @@ -72,17 +72,17 @@ jobs: matrix: cases: - protocol: WebSocket + version: v1.27.0 + - protocol: WebSocket version: v1.26.0 - protocol: WebSocket version: v1.25.0 - - protocol: WebSocket - version: v1.24.0 + - protocol: QUIC + version: v1.27.0 - protocol: QUIC version: v1.26.0 - protocol: QUIC version: v1.25.0 - - protocol: QUIC - version: v1.24.0 timeout-minutes: 30 name: E2e test needs: image-prepare diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 28784bc17..072cc8df7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -165,17 +165,17 @@ jobs: matrix: cases: - protocol: WebSocket + version: v1.27.0 + - protocol: WebSocket version: v1.26.0 - protocol: WebSocket version: v1.25.0 - - protocol: WebSocket - version: v1.24.0 + - protocol: QUIC + version: v1.27.0 - protocol: QUIC version: v1.26.0 - protocol: QUIC version: v1.25.0 - - protocol: QUIC - version: v1.24.0 timeout-minutes: 60 name: E2e test needs: image-prepare @@ -195,8 +195,8 @@ jobs: - name: Install dependences run: | command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} - go install sigs.k8s.io/kind@v0.18.0 - curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.26.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl + go install sigs.k8s.io/kind@v0.19.0 + curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.27.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl - name: Checkout code uses: actions/checkout@v3 @@ -258,8 +258,8 @@ jobs: - name: Install dependences run: | command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} - go install sigs.k8s.io/kind@v0.18.0 - curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.26.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl + go install sigs.k8s.io/kind@v0.19.0 + curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.27.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl - name: Checkout code uses: actions/checkout@v3 @@ -305,8 +305,8 @@ jobs: - name: Install dependences run: | command -v ginkgo || go install github.com/onsi/ginkgo/v2/ginkgo@${{ env.GINKGO_VERSION }} - go install sigs.k8s.io/kind@v0.18.0 - curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.26.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl + go install sigs.k8s.io/kind@v0.19.0 + curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.27.7/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl - name: Checkout code uses: actions/checkout@v3 |
