Skip to content

Commit

Permalink
Bump up SkyWalking Infra E2E version and set kind version to v1.21.14 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterBright authored Aug 12, 2024
1 parent e9bbdc3 commit d9c49fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
go-version: '1.20'
- name: ${{ matrix.test.name }}
uses: apache/skywalking-infra-e2e@45584853d6f660102c523b1e9cb5815d12ae55d3
uses: apache/skywalking-infra-e2e@cf589b4a0b9f8e6f436f78e9cfd94a1ee5494180
with:
e2e-file: $GITHUB_WORKSPACE/${{ matrix.test.config }}
- if: ${{ failure() }}
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ apiVersion: kind.x-k8s.io/v1alpha4
nodes:
# the control plane node config
- role: control-plane
image: kindest/node:v1.21.14
# the three workers
- role: worker
image: kindest/node:v1.21.14
- role: worker
image: kindest/node:v1.21.14
- role: worker
image: kindest/node:v1.21.14

0 comments on commit d9c49fa

Please sign in to comment.