Skip to content

Commit e6d412a

Browse files
committed
adapt config.toml
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 10fdf52 commit e6d412a

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

Tests/config.toml

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,26 @@ subjects = [
3434
workers = 4
3535

3636

37+
[presets.kaas]
38+
scopes = [
39+
"scs-compatible-kaas",
40+
]
41+
subjects = [
42+
"syself-1.32",
43+
"syself-1.31",
44+
"syself-1.30",
45+
]
46+
workers = 4
47+
48+
3749
[presets.kaas-dev]
3850
scopes = [
3951
"scs-compatible-kaas",
4052
]
4153
subjects = [
42-
"kind-current",
43-
"kind-current-1",
44-
"kind-current-2",
54+
"kind-1.32",
55+
"kind-1.31",
56+
"kind-1.30",
4557
]
4658
workers = 1 # better restrict this with clusters running on local machine
4759

@@ -58,29 +70,7 @@ spec = "./scs-compatible-kaas.yaml"
5870
# (this is the only mapping declaration that supports using Python string interpolation)
5971
[subjects._.mapping]
6072
os_cloud = "{subject}"
73+
# NOTE: this subject_root cannot be deviated from when using scs-test-runner.py
6174
subject_root = "{subject}"
6275
# NOTE: this kubeconfig cannot be deviated from when using scs-test-runner.py
6376
kubeconfig = "{subject}/kubeconfig.yaml"
64-
65-
66-
[subjects._.kubernetes_setup]
67-
clusterspec = "kaas/clusterspec.yaml"
68-
69-
70-
[subjects.kind-current.kubernetes_setup]
71-
kube_plugin = "kind"
72-
kube_plugin_config = "kaas/kind_config.yaml"
73-
clusterspec_cluster = "current-k8s-release"
74-
75-
76-
[subjects.kind-current-1.kubernetes_setup]
77-
kube_plugin = "kind"
78-
kube_plugin_config = "kaas/kind_config.yaml"
79-
clusterspec_cluster = "current-k8s-release-1"
80-
81-
82-
[subjects.kind-current-2.kubernetes_setup]
83-
kube_plugin = "kind"
84-
kube_plugin_config = "kaas/kind_config.yaml"
85-
clusterspec_cluster = "current-k8s-release-2"
86-

0 commit comments

Comments
 (0)