File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed
Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,26 @@ subjects = [
3434workers = 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 ]
3850scopes = [
3951 " scs-compatible-kaas" ,
4052]
4153subjects = [
42- " kind-current " ,
43- " kind-current-1 " ,
44- " kind-current-2 " ,
54+ " kind-1.32 " ,
55+ " kind-1.31 " ,
56+ " kind-1.30 " ,
4557]
4658workers = 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 ]
6072os_cloud = " {subject}"
73+ # NOTE: this subject_root cannot be deviated from when using scs-test-runner.py
6174subject_root = " {subject}"
6275# NOTE: this kubeconfig cannot be deviated from when using scs-test-runner.py
6376kubeconfig = " {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-
You can’t perform that action at this time.
0 commit comments