Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/compatibility-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ jobs:
include:
- module: manager
image: manager
image-tag: v2.3.1-rc.2
image-tag: v2.3.1-rc.4
chart-name: manager
skip: "Rate Limit | preheat files in cache"
- module: scheduler
image: scheduler
image-tag: v2.3.1-rc.1
image-tag: v2.3.1-rc.4
chart-name: scheduler
skip: "Rate Limit | preheat files in cache"
- module: client
image: client
image-tag: v1.0.6
image-tag: v1.0.11
chart-name: client
skip: "Rate Limit"
- module: seed-client
image: client
image-tag: v1.0.6
image-tag: v1.0.11
chart-name: seed-client
skip: "Rate Limit"

Expand Down
4 changes: 4 additions & 0 deletions test/testdata/charts/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ seedClient:
rules:
- regex: blobs/sha256.*
- regxe: file-server.*
host:
schedulerClusterID: 1

client:
enable: true
Expand Down Expand Up @@ -178,6 +180,8 @@ client:
rules:
- regex: blobs/sha256.*
- regxe: file-server.*
host:
schedulerClusterID: 1

dfdaemon:
enable: false
Expand Down
Loading