Skip to content

Commit 9f7fe4c

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

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Tests/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ clusterspec = "kaas/clusterspec.yaml"
6666
clusterspec_cluster = "current-k8s-release"
6767

6868

69-
[subjects."cspA-v1.30".kubernetes_setup]
69+
[subjects.cspA-current-1.kubernetes_setup]
7070
clusterspec_cluster = "current-k8s-release-1"
7171

7272

73-
[subjects."cspA-v1.29".kubernetes_setup]
73+
[subjects.cspA-current-2.kubernetes_setup]
7474
clusterspec_cluster = "current-k8s-release-2"
7575

Tests/scs-compatible-kaas.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ modules:
77
- id: cncf-k8s-conformance
88
name: CNCF Kubernetes conformance
99
url: https://github.com/cncf/k8s-conformance/tree/master
10-
parameters:
11-
result_dir_name:
12-
run:
13-
- executable: ./kaas/plugin/run_sonobuoy_executor.py
14-
args: -k {subject_root}/kubeconfig.yaml -r {subject_root}/{result_dir_name} -c 'cncf-conformance'
10+
#run:
11+
# - executable: ./kaas/plugin/run_sonobuoy_executor.py
12+
# args: -k {subject_root}/kubeconfig.yaml -r {result_dir_path} -c 'cncf-conformance'
1513
testcases:
1614
- id: cncf-k8s-conformance
1715
tags: [mandatory]
@@ -42,8 +40,6 @@ versions:
4240
- version: v1
4341
include:
4442
- ref: cncf-k8s-conformance
45-
parameters:
46-
result_dir_name: "sonobuoy_cncf_results"
4743
- ref: scs-0210-v2
4844
- ref: scs-0214-v2
4945
targets:

0 commit comments

Comments
 (0)