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-banyandb-helm.git
The following commit(s) were added to refs/heads/master by this push:
new 973f59b Update e2e.ci.yaml (#20)
973f59b is described below
commit 973f59bb18ed8bfefed74076105a4ef718df0434
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon Aug 12 21:12:24 2024 +0800
Update e2e.ci.yaml (#20)
* Update e2e.ci.yaml
* Set kind version to v1.21.14
---------
Co-authored-by: ButterBright <[email protected]>
---
.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 e20330c..195e9f0 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -60,7 +60,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