Skip to content

Commit 1cfee94

Browse files
committed
Fixup configuration files
Signed-off-by: Toni Finger <[email protected]>
1 parent bfa6ba4 commit 1cfee94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tests/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ scopes = [
3838
"scs-compatible-kaas",
3939
]
4040
subjects = [
41-
"cspA-default",
42-
"cspA-v1.29",
43-
"cspA-v1.30",
41+
"cspA-current",
42+
"cspA-current-1",
43+
"cspA-current-2",
4444
]
4545
workers = 4
4646

Tests/kaas/clusterspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# this file specifies all clusters that have to be provisioned for the tests to run
22
clusters:
33
current-k8s-release:
4-
branch: default
4+
branch: "1.31"
55
kubeconfig: kubeconfig.yaml
66
current-k8s-release-1:
7-
branch: "1.29"
7+
branch: "1.30"
88
kubeconfig: kubeconfig.yaml
99
current-k8s-release-2:
10-
branch: "1.30"
10+
branch: "1.29"
1111
kubeconfig: kubeconfig.yaml

0 commit comments

Comments
 (0)