This is an automated email from the ASF dual-hosted git repository.
butterbright pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git
The following commit(s) were added to refs/heads/master by this push:
new d9c49fa Bump up SkyWalking Infra E2E version and set kind version to
v1.21.14 (#157)
d9c49fa is described below
commit d9c49fa487bd82444bc3890ab971dac55a868ac2
Author: Huang Youliang <[email protected]>
AuthorDate: Mon Aug 12 21:11:46 2024 +0800
Bump up SkyWalking Infra E2E version and set kind version to v1.21.14 (#157)
---
.github/workflows/e2e.ci.yaml | 2 +-
test/e2e/kind.yaml | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index a6eb66c..e975a6a 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -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() }}
diff --git a/test/e2e/kind.yaml b/test/e2e/kind.yaml
index 2f9384f..5234f9d 100644
--- a/test/e2e/kind.yaml
+++ b/test/e2e/kind.yaml
@@ -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