Skip to content

Commit c8cb4da

Browse files
committed
chore: bump compatibility e2e tests and client version
Signed-off-by: chlins <chlins.zhang@gmail.com>
1 parent e169394 commit c8cb4da

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/compatibility-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ jobs:
3131
include:
3232
- module: manager
3333
image: manager
34-
image-tag: v2.3.1-rc.2
34+
image-tag: v2.3.1-rc.4
3535
chart-name: manager
3636
skip: "Rate Limit | preheat files in cache"
3737
- module: scheduler
3838
image: scheduler
39-
image-tag: v2.3.1-rc.1
39+
image-tag: v2.3.1-rc.4
4040
chart-name: scheduler
4141
skip: "Rate Limit | preheat files in cache"
4242
- module: client
4343
image: client
44-
image-tag: v1.0.6
44+
image-tag: v1.0.11
4545
chart-name: client
4646
skip: "Rate Limit"
4747
- module: seed-client
4848
image: client
49-
image-tag: v1.0.6
49+
image-tag: v1.0.11
5050
chart-name: seed-client
5151
skip: "Rate Limit"
5252

test/testdata/charts/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ seedClient:
119119
rules:
120120
- regex: blobs/sha256.*
121121
- regxe: file-server.*
122+
host:
123+
schedulerClusterID: 1
122124

123125
client:
124126
enable: true
@@ -178,6 +180,8 @@ client:
178180
rules:
179181
- regex: blobs/sha256.*
180182
- regxe: file-server.*
183+
host:
184+
schedulerClusterID: 1
181185

182186
dfdaemon:
183187
enable: false

0 commit comments

Comments
 (0)