We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa6ba4 commit 1cfee94Copy full SHA for 1cfee94
Tests/config.toml
@@ -38,9 +38,9 @@ scopes = [
38
"scs-compatible-kaas",
39
]
40
subjects = [
41
- "cspA-default",
42
- "cspA-v1.29",
43
- "cspA-v1.30",
+ "cspA-current",
+ "cspA-current-1",
+ "cspA-current-2",
44
45
workers = 4
46
Tests/kaas/clusterspec.yaml
@@ -1,11 +1,11 @@
1
# this file specifies all clusters that have to be provisioned for the tests to run
2
clusters:
3
current-k8s-release:
4
- branch: default
+ branch: "1.31"
5
kubeconfig: kubeconfig.yaml
6
current-k8s-release-1:
7
- branch: "1.29"
+ branch: "1.30"
8
9
current-k8s-release-2:
10
- branch: "1.30"
+ branch: "1.29"
11
0 commit comments