diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-11-23 22:05:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 22:05:37 +0800 |
| commit | 4fc87c6f2972513d509f25f857db1607ca49b8e2 (patch) | |
| tree | 7e670a9cc0bbf3f4a758981d1f11510ad067f438 /.github | |
| parent | Merge pull request #5137 from fisherxu/add-owners-mapperframework (diff) | |
| parent | update kind version to 0.19.0 (diff) | |
| download | kubeedge-4fc87c6f2972513d509f25f857db1607ca49b8e2.tar.gz | |
Merge pull request #5121 from Shelley-BaoYue/bump-k8s-1.27.7
bump kubernetes dependency version to v1.27.7
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main-doc.yaml | 8 | ||||
| -rw-r--r-- | .github/workflows/main.yaml | 22 | ||||
| -rw-r--r-- | .github/workflows/schedule.yml | 2 |
3 files changed, 16 insertions, 16 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 b3733cf4e..072cc8df7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ on: env: CONTAINER_RUN_OPTIONS: " " - GINKGO_VERSION: "v2.6.0" + GINKGO_VERSION: "v2.9.5" jobs: lint: @@ -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 diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 9abfbd1fc..243485751 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -7,7 +7,7 @@ on: env: CONTAINER_RUN_OPTIONS: " " - GINKGO_VERSION: "v2.6.0" + GINKGO_VERSION: "v2.9.5" jobs: lint: |
