Skip to content

Commit a32a0ea

Browse files
committed
Bump up tools
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
1 parent e8f1717 commit a32a0ea

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/e2e.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
env:
2828
SKIP_TEST: true
29-
ISTIO_VERSION: 1.7.1
29+
ISTIO_VERSION: 1.20.0
3030

3131
jobs:
3232
als:

test/e2e/kind.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ apiVersion: kind.x-k8s.io/v1alpha4
2020
nodes:
2121
# the control plane node config
2222
- role: control-plane
23-
image: kindest/node:v1.21.14
23+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2424
# the three workers
2525
- role: worker
26-
image: kindest/node:v1.21.14
26+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2727
- role: worker
28-
image: kindest/node:v1.21.14
28+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2929
- role: worker
30-
image: kindest/node:v1.21.14
30+
image: kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251

test/e2e/setup-e2e-shell/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ CURRENT_DIR="$(cd "$(dirname $0)"; pwd)"
2626

2727
# prepare base dir
2828
TMP_DIR=/tmp/skywalking-infra-e2e
29-
BIN_DIR=/usr/local/bin
30-
mkdir -p $TMP_DIR && cd $TMP_DIR
29+
BIN_DIR=$TMP_DIR/bin
30+
mkdir -p $TMP_DIR $BIN_DIR && cd $TMP_DIR
3131

3232
# execute install
3333
bash $CURRENT_DIR/install-$NAME.sh $TMP_DIR $BIN_DIR

0 commit comments

Comments
 (0)